Client

Creates a new client for the current customer.

post/client

Request body

displayNamestring nullable

An optional display name for the client.

organizationIdstring nullable

The organization to authorize the client for. Defaults to the caller's active organization.

Response

OK

clientIdstring required

The id of the created client.

clientSecretstring required

The secret of the created client.

organizationIdstring required

The id of the organization the client is authorized for.

organizationNamestring required

The name of the organization the client is authorized for.

Changes