POST api/Token/GetToken2
Request Information
URI Parameters
None.
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
token| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| ExpiresAt | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"ExpiresAt": "2026-07-26T11:54:23.0955741-03:00"
}
application/xml, text/xml
Sample:
<token xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <token>sample string 1</token> <ExpiresAt>2026-07-26T11:54:23.0955741-03:00</ExpiresAt> </token>