Skip to main content
POST
Create service account credential

Path Parameters

id
string<uuid>
required

Body

application/json

Request to create an additional credential for an existing service account.

expirationDate
null | string<date-time>
scopes
null | string[]

The API scopes to grant to this credential.

Response

Created

Standard v2 API response envelope for single-item responses.

data
object

Returned only when a credential is created. Contains the plaintext client secret which is shown once.

meta
object