Auth
POST
/auth
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/auth' \
--header 'x-api-key;' \
--header 'User-Agent;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"accessToken": "string",
"tokenType": "string",
"expiresIn": 0
}
Request
Header Params
x-api-key
string
required
User-Agent
string
optional
Body Params application/json
Responses
Modified at 2025-04-24 00:11:03