问题
I'm trying to generate an access token from Microsoft Kaizala API following the information provided by Microsoft docs
I already created a connector and I have the correct credentials:
-applicationId
-applicationSecret
-refreshToken
And make a GET request from the url: https://api.kaiza.la/v1/accessToken via Postman with the correct headers provided by my connector.
But I always get a 200 response but with a body like this:
This page does not exist. This page never existed. © 2016 Microsoft Corporation. All rights reserved.
Instead of getting the JSON response, I really appreciate your help.
Thank You!
回答1:
I had the same issue turns out after some debugging I replaced the access token url https://api.kaiza.la/v1/accessToken by https://kms2.kaiza.la/v1/accessToken and I got my access token.
Hope this will help you
来源:https://stackoverflow.com/questions/56742401/how-to-get-accesstoken-from-kaizala-api