Authentication tokens-User tokens
Number of APIs: 8
-
List tokens for the authenticated user GET {{fastly_url}}/tokens
-
Create a token POST {{fastly_url}}/tokens
-
Revoke multiple tokens DELETE {{fastly_url}}/tokens
-
List tokens for a customer GET {{fastly_url}}/customer/{{customer_id}}/tokens
-
Get the current token GET {{fastly_url}}/tokens/self
-
Revoke the current token DELETE {{fastly_url}}/tokens/self
-
Get a token GET {{fastly_url}}/tokens/{{token_id}}
-
Revoke a token DELETE {{fastly_url}}/tokens/{{token_id}}