OAuth2

Get OAuth2 client

Returns the OAuth2 client information for the given client ID

get/v2/auth/oauth2/clients/{clientId}

Path parameters

clientIdstring required

Response

status'success' | 'error' required

Example response

{
  "status": "success",
  "data": {
    "client_id": "clxxxxxxxxxxxxxxxx",
    "redirect_uris": [
      "https://example.com/callback"
    ],
    "name": "My App",
    "client_type": "CONFIDENTIAL"
  }
}

Changes

Changed in 3 of the 50 revisions of this API.22

  • v216de9d3eb7b311See the full diff
    • removed the required property data/redirect_uri from the response with the 200 status

      response-required-property-removed

    • added the required property data/redirect_uris to the response with the 200 status

      response-required-property-added

    This revision also has 197 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog