Create API client
POST /api/user/api-clients
POST
/api/user/api-clients
Creates delegated API client and returns one-time token.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
description
string
expires_at
string format: date-time
instance_role
string
name
required
string
site_roles
Array<object>
object
role
string
site_id
string format: uuid
Responses
Section titled “ Responses ”Created API client
object
client
object
created_at
string format: date-time
description
string
expires_at
string format: date-time
id
string format: uuid
instance_role
string
last_used_at
string format: date-time
name
string
revoked_at
string format: date-time
site_roles
Array<object>
object
role
string
site_id
string format: uuid
updated_at
string format: date-time
user_id
string format: uuid
token
string