Skip to main content
POST
Create service account

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Body

application/json
name
string
required

Service account name

description
string

Service account description

Response

200 - application/json

successful operation

client_id
string

Service account client ID

client_secret
string

Service account client secret (only returned on creation)

created_at
string

Creation timestamp

description
string

Service account description

name
string

Service account name

updated_at
string

Last update timestamp

Last modified on July 14, 2026