v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Clients

Get your client details

Returns your client details.

get/v2/clients/me

Response

OK

activeboolean required

If your client is active or deactivated.

allow_password_loginboolean required

If password login is enabled or disabled.

allow_sso_loginboolean required

If SSO login is enabled or disabled.

can_manage_subscriptionboolean required

Indicates whether the client has access to self-serve subscription management

created_atstring date-time

Date and time the client was created.

deactivated_atstring date-time

Date and time the client was deactivated.

identifierstring uuid required

The unique identifier of the client.

idp_identifierstring required

The identifier of the identity provider.

namestring required

The client's name.

updated_atstring date-time

Date and time the client was last updated.

Example response

{
  "identifier": "00000000-0000-0000-0000-000000000000",
  "name": "Client"
}