Checks if user has permission to this App.

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

Body Parameters

None.

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

Response

Resource Description

Returns the success/error status and message.

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/Authorize?clientId={clientId}&clientSecret={clientSecret}