Skip to main content
POST
Create Client Credential

Authorizations

Authorization
string
header
required

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

Body

application/json
description
string | null
service_id
string | null
role_ids
string[] | null
Minimum array length: 1
permission_ids
string[] | null
Minimum array length: 1

Response

Successful Response

created_by_user
User · object | null
required
client_id
string
required
roles
Role · object[]
required
service_id
string | null
required
secret
string
required
description
string | null
created_at