Service Accounts
Endpoints for managing Service Accounts, which enable programmatic access to the Unleash API.
📄️ List service accounts.
Returns the list of all service accounts.
📄️ Create a service account.
Creates a new service account.
📄️ Update a service account.
Updates an existing service account identified by its id.
📄️ Delete a service account.
Deletes an existing service account identified by its id.
📄️ List all tokens for a service account.
Returns the list of all tokens for a service account identified by the id.
📄️ Create a token for a service account.
Creates a new token for the service account identified by the id.
📄️ Delete a token for a service account.
Deletes a token for the service account identified both by the service account's id and the token's id.