Client can retrieve it's details using access token acquired through authorization flow

get

/oauth2/rest/dcr/client

Request

Supported Media Types
Query Parameters
  • This is an alternate to 'X-OAUTH-IDENTITY-DOMAIN-NAME' header parameter. If this is provided 'X-OAUTH-IDENTITY-DOMAIN-NAME' is not required. 'X-OAUTH-IDENTITY-DOMAIN-NAME' will take precedance over 'identityDomain' query parameter.
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Initial access token

403 Response

If either OAuth Service is not enabled or DCR is not enabled for current domain
Body ()
Root Schema : errorresponse
Type: object
Show Source

404 Response

Error
Body ()
Root Schema : errorresponse
Type: object
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : errorresponse
Type: object
Show Source
Back to Top