SnowPass
Generated

Auth Token

POST
/v1/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"}