Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "token": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/users/me/zak' -H 'Accept: application/json'

ENDPOINTS