How to get "Bearer {access_token}"?
Hello, I am trying to use API (description by reference https://iformbuilder.docs.apiary.io/#reference/profile-resource/inspect-token-attributes). But I can't find how to generate Bearer access token.
According to this post https://iformbuilder.zendesk.com/hc/en-us/articles/202777554-Simple-way-to-create-a-JWT , I need to set my Client Key in "iss" field, then encrypt json-message.Then I use encrypted value as "assertion" header value and use POST-call. But when I use API https://xxxx.iformbuilder.com/exzact/api/oath/token I receive "The requested URI is not found" and when I use https://xxxx.iformbuilder.com/exzact/api/v60/token I receive "Invalid access token".
So, how to generate v60 access token?
Thank You!
-
Hi Yuri, you can get new access token on the portal by going to API Apps tab. This tab could be under either Company or Server Admin tab depending on your profile.
You'd first need to create a new client. Then choose that client > click Get New Access Token.
A new window will pop up with something similar to this:
-
Hey Yuri, can you please check the web address when you login. I suspect it looks like "https://app.iformbuilder.com". If that is true, then please make sure you are sending the JWT to the following address.
https://app.iformbuilder.com/exzact/api/oath/token
If your URL looks like "https://companyName.iformbuilder.com" then please use the company name instead of app.
Hope that helps,
Tony
Please sign in to leave a comment.
Comments
3 comments