How to get accessToken from Kaizala API

冷暖自知 提交于 2020-01-25 06:51:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!