v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
OAuth2 Clients

Get clients

Get all OAuth 2.0 clients registered by your account.

get/api/v2/oauth/clients

Response

OAuth 2.0 client collection response

_linksobject required

The location and content type of related resources

Example response

{
  "_links": {
    "self": {
      "href": "/api/v2/oauth/clients",
      "type": "application/json"
    }
  },
  "items": [
    {
      "_links": {
        "parent": {
          "href": "/api/v2/oauth/clients",
          "type": "application/json"
        },
        "self": {
          "href": "/api/v2/oauth/clients/50666563-9144-4125-b822-33f308227e45",
          "type": "application/json"
        }
      }
    }
  ]
}