v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
service_accounts

Create service account

Creates a new service account for machine-to-machine authentication. Returns client ID and secret (secret is only shown once at creation). Use these credentials for OAuth client_credentials flow.

post/service_accounts

Request body

descriptionstring

Service account description

namestring required

Service account name

Response

successful operation

client_idstring

Service account client ID

client_secretstring

Service account client secret (only returned on creation)

created_atstring

Creation timestamp

descriptionstring

Service account description

namestring

Service account name

updated_atstring

Last update timestamp