GET api/auth/get_token/{account_id}/{api_key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| account_id | string |
Required |
|
| api_key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
auth_token_response| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
None. |
|
| expire_date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"expire_date": "2026-01-20T09:28:49.3480947Z"
}