Feedback Monkey Posted October 2, 2022 Share Posted October 2, 2022 (edited) What is the brand ID? Edited October 2, 2022 by Feedback Monkey 1 Quote Link to comment Share on other sites More sharing options...
0 Feedback Monkey Posted October 2, 2022 Author Share Posted October 2, 2022 / and or how to get client id after login? Quote Link to comment Share on other sites More sharing options...
0 Boris Posted October 3, 2022 Share Posted October 3, 2022 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 Quote Link to comment Share on other sites More sharing options...
0 Feedback Monkey Posted October 3, 2022 Author Share Posted October 3, 2022 (edited) 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 October 3, 2022 by Feedback Monkey Quote Link to comment Share on other sites More sharing options...
0 Feedback Monkey Posted October 3, 2022 Author Share Posted October 3, 2022 Also, is the Auth workflow Laravel Sanctum / Passport? Quote Link to comment Share on other sites More sharing options...
Question
Feedback Monkey
What is the brand ID?
Edited by Feedback MonkeyLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.