Get the App info, Token info for an access token.

Request

URI Parameters
NameDescriptionTypeAdditional information
clientId

Used to indicate Client Id designated to the App.

string

Required

clientSecret

Used to indicate Client Secret designated to the App.

string

Required

accessToken

Used to indicate the access token designated to consume the current request.

string

Required

Body Parameters

None.

Sample API Request
GET api/OAuth/RetrieveTokenInfo?clientId={clientId}&clientSecret={clientSecret}&accessToken={accessToken}

Response

Resource Description

Returns the success/error status and token information.

ResponseMessage
NameDescriptionTypeAdditional information
Status

The status of the request, namely Success or Error.

MessageStatus

None.

Message

The response message containing either message or requested data.

string

None.

Sample API Response
GET api/OAuth/RetrieveTokenInfo?clientId={clientId}&clientSecret={clientSecret}&accessToken={accessToken}