Auth (POST)
Header Parameters
X-Signature-DateTime?string
X-Signature?string
X-Signature-DeviceId?string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/auth/client-token" \ -H "Content-Type: application/json" \ -d '{}'{
"accessToken": "string"
}Empty
Empty