API Tokens
REST API operations for api tokens
Last updated
Was this helpful?
REST API operations for api tokens
Last updated
Was this helpful?
Use these API operations to interact with in Panther. An API token can rotate itself using the POST api-tokens/self/rotate
endpoint.
To call the API, see the instructions—including .
For GET
operations, your API token must have the Read API Token Info
permission.
For POST
and DELETE
operations, your API token must have the Manage API Tokens
permission.
ID of the api token to rotate. Note: if self is provided, the current api token will be rotated
The set of CIDR blocks that are allowed to use this API token. If empty, all CIDR blocks are allowed
The name of the token
ID of the api token. Note: if self is provided, the current api token will be updated
The set of CIDR blocks that are allowed to use this API token. If empty, all CIDR blocks are allowed
The name of the token