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.