OAuth Clients

List OAuth clients

List all registered OAuth clients.

get/admin/oauth-clients

Query parameters

include_inactiveboolean

Response

Successful Response

Example response

{
  "data": [
    {
      "active": true,
      "client_id": "oc_abc123...",
      "created_at": "2026-08-18T12:00:00Z",
      "created_by": "usr_abc123",
      "description": "My application production deployment",
      "id": "oac_2NxYz...",
      "name": "my-app-production",
      "redirect_uris": [
        "https://app.example.com/auth/callback"
      ],
      "require_consent": true
    }
  ]
}

Changes

Changed in 1 of the 85 revisions of this API.1