简体   繁体   中英

How to get accessToken from Kaizala API

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!

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM