cURL
curl --request GET \ --url https://api.datalinks.com/api/v1/user/tokens/{tokenId}/permissions \ --header 'Authorization: Bearer <token>'
{ "restricted": true, "permissions": [ { "username": "<string>", "namespace": "<string>", "dataset": "<string>" } ] }
List all permissions assigned to the specified token.
Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.
Authorization
Authorization: Bearer <token>
Token ID
Returns the permissions assigned to the token.
Show child attributes