v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
clients

aid_auth_clients_get

Retrieve a list of all client applications

scopes:

  • admin:accounts
  • read:accounts
get/accounts/{oid}/auth/clients

Path parameters

oidstring ^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$ required

An id that uniquely identifies the account or owner (partner)

Query parameters

searchstring

Search clients by name or client id.

status'active' | 'inactive'

Filter clients by status.

Response

Client Collection

idstring uuid

An UUID that uniquely identifies the resource

created_atstring date-time

The date-time when the resource was created

created_bystring

The ID of the user/client created the resource

updated_atstring date-time

The date-time when the resource was last updated

deleted_bystring

The ID of the user/client created the resource

deleted_atstring date-time
namestring
descriptionstring
client_idstring

Your client ID.

callbacksstring[]

Example response

[
  {
    "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
    "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
  }
]