API tokens
Create, update, and delete Unleash API tokens.
📄️ Get API tokens
Retrieves all API tokens that exist in the Unleash instance.
📄️ Create API token
Create an API token of a specific type: one of client, admin, frontend.
📄️ Get API tokens by name
Retrieves all API tokens that match a given token name. Because token names are not unique, this endpoint will always return a list. If no tokens with the provided name exist, the list will be empty. Otherwise, it will contain all the tokens with the given name.
📄️ Update API token
Updates an existing API token with a new expiry date. The `token` path parameter is the token's `secret`. If the token does not exist, this endpoint returns a 200 OK, but does nothing.
📄️ Delete API token
Deletes an existing API token. The `token` path parameter is the token's `secret`. If the token does not exist, this endpoint returns a 200 OK, but does nothing.