Get the user's ZAK
GET {{baseUrl}}/users/me/zak
Get the Zoom Access Key (ZAK) for the authenticated user associated with the access token in the API request. Use a ZAK to start or join a meeting on behalf of this user.
ZAKs obtained with this endpoint expire five minutes after receipt.
To get a ZAK for a different user or with a different expiration, use the
Get a user token
API with the
zak
type
query parameter.
See Getting a Zoom Access Key (ZAK) for details.
Scopes:
user_zak:read
Rate Limit Label
:
Light
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"token":"\u003cstring\u003e"}