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 See Getting a Zoom Access Key (ZAK) for details. Scopes: Rate Limit Label: zak
type
query parameter.user_zak:read
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"token": "<string>"
} |
ENDPOINTS