Jump to content
  • 0

Generating bearer token


Feedback Monkey

Question

4 answers to this question

Recommended Posts

  • 0

Hi,

Here is link to our documentation and you can check get token API.

https://demoapi.upmind.io/doc/#api-Tokens-PostOauthAccess_token

As you can see there - brand_id is not required at all.

You can get whole information for your current logged object from /self call (https://demoapi.upmind.io/doc/#api-Me-GetSelf) - here you have all information you need for your client/user/guest

Best,

Boris

Link to comment
Share on other sites

  • 0

Hey

6 hours ago, Boris said:

Hi,

Here is link to our documentation and you can check get token API.

https://demoapi.upmind.io/doc/#api-Tokens-PostOauthAccess_token

As you can see there - brand_id is not required at all.

You can get whole information for your current logged object from /self call (https://demoapi.upmind.io/doc/#api-Me-GetSelf) - here you have all information you need for your client/user/guest

Best,

Boris

Thanks for the guidance, 

 

So the auth workflow:

https://api.upmind.io/oauth/access_token - Get Bearer Token for User

https://demoapi.upmind.io/api/self - Get Self/Current User

 

Is there anything else I need to know; I am currently thinking of creating a new frontend in NuxtJS.

 

 

Edited by Feedback Monkey
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...