cURL
curl --request POST \ --url https://api.blaxel.ai/v0/service_accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "client_id": "<string>", "client_secret": "<string>", "created_at": "<string>", "description": "<string>", "name": "<string>", "updated_at": "<string>" }
Creates a service account in the workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Service account name
Service account description
successful operation
Service account client ID
Service account client secret (only returned on creation)
Creation timestamp
Last update timestamp
Was this page helpful?