POST
/
service_accounts

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Service account name

description
string

Service account description

Response

200 - application/json
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