POST api/GRRRS/AuthToken

Request Information

URI Parameters

None.

Body Parameters

GRRRSAuthTokenRequest
NameDescriptionTypeAdditional information
clientID

string

None.

X_API_Key

string

None.

clientSecret

string

None.

Request Formats

application/json, text/json

Sample:
{
  "clientID": "sample string 1",
  "X_API_Key": "sample string 2",
  "clientSecret": "sample string 3"
}

application/xml, text/xml

Sample:
<GRRRSAuthTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.MVC.TraiAPIs.Areas.TRAI">
  <ClientID>sample string 1</ClientID>
  <ClientSecret>sample string 3</ClientSecret>
  <X_API_Key>sample string 2</X_API_Key>
</GRRRSAuthTokenRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.