Register the client using registration token acquired for given domain

post

/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
Body ()
Root Schema : clientinfo
Type: object
Show Source
Nested Schema : redirect_uris
Type: array
Show Source
  • android-app://com.example.app/example.com/my/path/to/information, http://localhost:8080/my/path/to/information

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

One of scenario in which you will get this error is when you use the same initian access token multiple times
Body ()
Root Schema : errorresponse
Type: object
Show Source
Back to Top