Authentication tokens-User tokens

Number of APIs: 8

  1. List tokens for the authenticated user GET {{fastly_url}}/tokens

  2. Create a token POST {{fastly_url}}/tokens

  3. Revoke multiple tokens DELETE {{fastly_url}}/tokens

  4. List tokens for a customer GET {{fastly_url}}/customer/{{customer_id}}/tokens

  5. Get the current token GET {{fastly_url}}/tokens/self

  6. Revoke the current token DELETE {{fastly_url}}/tokens/self

  7. Get a token GET {{fastly_url}}/tokens/{{token_id}}

  8. Revoke a token DELETE {{fastly_url}}/tokens/{{token_id}}