Generated
Auth Token
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
*/*
curl -X POST "https://example.com/v1/auth/token" \ -H "Content-Type: application/json" \ -d '{}'{ "authToken": "string", "expiresAt": "2019-08-24T14:15:22Z"}