












Beta Service Accounts Endpoints
(beta) Service Accounts API.
List Service Accounts
GET /v1/service-accounts#
List the service accounts in a workspace.
Requires the Workspace admin (workspace_admin) role.
Playground
Test the endpoints live
Create Service Account
POST /v1/service-accounts#
Create a service account in a workspace. Requires the Workspace admin (workspace_admin) role.
Playground
Test the endpoints live
List Assignable Service Account Roles
GET /v1/service-accounts/assignable-roles#
List the workspace roles that can be assigned to a service account.
Requires the Workspace admin (workspace_admin) role.
Playground
Test the endpoints live
Get Service Account
GET /v1/service-accounts/{service_account_id}#
Retrieve a service account.
Requires the Workspace admin (workspace_admin) role.
Playground
Test the endpoints live
Delete Service Account
DELETE /v1/service-accounts/{service_account_id}#
Delete a service account.
Requires the Workspace admin (workspace_admin) role.
Playground
Test the endpoints live
Update Service Account
PATCH /v1/service-accounts/{service_account_id}#
Update a service account.
Requires the Workspace admin (workspace_admin) role.
Playground
Test the endpoints live
List Service Account Roles
GET /v1/service-accounts/{service_account_id}/roles#
List the workspace roles assigned to a service account.
Requires the Workspace admin (workspace_admin) role.
Playground
Test the endpoints live
Set Service Account Roles
PUT /v1/service-accounts/{service_account_id}/roles#
Replace the workspace roles assigned to a service account.
Requires the Workspace admin (workspace_admin) role.
Playground
Test the endpoints live











