POST api/Auth/AuthorizeTextually

Request Information

URI Parameters

None.

Body Parameters

authParams
NameDescriptionTypeAdditional information
textuallyProjectCode

string

None.

consumerKey

string

None.

secretKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "textuallyProjectCode": "sample string 1",
  "consumerKey": "sample string 2",
  "secretKey": "sample string 3"
}

application/xml, text/xml

Sample:
<jsonObj.textually.authParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bizbot">
  <consumerKey>sample string 2</consumerKey>
  <secretKey>sample string 3</secretKey>
  <textuallyProjectCode>sample string 1</textuallyProjectCode>
</jsonObj.textually.authParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.