cURL
curl --request PATCH \ --url https://api.zippendo.com/orgs/{orgId}/api-tokens/{tokenId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "tokenPrefix": "<string>", "scopes": [ "<string>" ], "lastUsedAt": "<string>", "expiresAt": "<string>", "createdAt": "<string>", "createdBy": { "id": "<string>", "name": "<string>", "email": "<string>" } }
Update an API token
JWT access token or API token (prefixed with zipp_)
Organization ID
API Token ID
New token name
1 - 100
Default Response
First 12 chars of the token for identification
Show child attributes