POST /authentication/getToken
Request
{
"key": "string",
"secret": "string"
}Field
Mandatory
Description
{
"key": "00000000-0000-0000-0000-000000000000",
"secret": "supersecretpassword"
}Response
{
"success": true,
"token": "string",
"expiresAt": "2022-09-24T13:31:00.557Z"
}Field
Response Type
Description
Token Expiry and Refresh
Last updated