Authentication method gets the temporary token for API access. The lifetime of the token is 240 minutes. When calling our API methods, you will need to include this token in a Request Header "Authentication" field.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key |
Api key |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | ApiGetKeyResponse |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": { "Token": "f239fd07-c22f-4753-8ceb-2b33be1959f9" }, "Success": true, "Messages": [] }