How to create Access Token and ZAK for iOS mobile app

How to create Access Token and ZAK and what is the Bearer token for Auth? and how we will get all these. Can you please explain it sequentially.

I have to do it in my iOS app. I am using iOS native sdk.

Thanks.

Hey @yadav.rajat,

Thanks for reaching out about this, and happy to clarify.

To that end, this is the endpoint that you will need to use to get the user token:

However, before you can utilize this endpoint, you’ll need to go through the necessary OAuth flow in order to get the authorizationToken for this request. You can follow the steps here to do so:

Once you have the access token, you can call the endpoint mentioned first.

These steps should get you where you need to be, but let me know if you have any trouble.

Best,
Will

Thanks, now able to generate successfully.

Happy to hear that did the trick, @yadav.rajat!

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.