This API is required to generate a token which will be valid for 3600s.
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Request Code Samples
curl --location '/token?acctId=undefined&secret=undefined' \
--header 'x-api-key: <api-key>'
Responses
{
"token": "string",
"expireTime": 0
}
Modified at 2025-02-28 08:12:14