What is the way to request ZAK token?

I’ve understood that ZAK token is required for starting a meeting as a host when using the latest (iOS) SDKs. How do I get this token?

I tried some http requests from iOS

https://api.zoom.us/v2/users/me works ok, but the returned info does not include ZAK

https://api.zoom.us/v2/users/<user_id>/token returns “User not belong to this account”

https://api.zoom.us/v2/users/<user_id>/zak (or zpk) returns a Page Not Found html page

 

Hi Sarah, 

You can get the zak by calling the create meeting API. You will see it in the start_url. https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate