cURL
curl --request GET \ --url https://api.blaxel.ai/v0/service_accounts \ --header 'Authorization: Bearer <token>'
[ { "client_id": "<string>", "created_at": "<string>", "description": "<string>", "name": "<string>", "updated_at": "<string>" } ]
Returns all service accounts in the workspace. Service accounts are machine identities for external systems to authenticate with Blaxel via OAuth or API keys.
OAuth2 authentication with JWT tokens
successful operation
Service account client ID
Creation timestamp
Service account description
Service account name
Last update timestamp
Was this page helpful?