Token Rotation
Panther API token rotation operation
Last updated
Was this helpful?
Panther API token rotation operation
Last updated
Was this helpful?
You can rotate your Panther API token by calling the rotateAPIToken
GraphQL API endpoint.
You can invoke Panther's API by using your Console's API Playground, or the GraphQL-over-HTTP API. Learn more about these methods on .
To rotate your Panther API token:
Perform the operation below to rotate the token.
Use the API token you'd like to rotate in the request headers.
The response payload will display the refreshed API token.
Copy the refreshed token—it will only be shown this once.
Performed in the Panther Console's API Playground, rotateAPIToken
looks like the following: