SnowPass
Generated

Issue Bypass Code

POST
/v1/users/{externalUserId}/bypass-code

Path Parameters

externalUserId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

curl -X POST "https://example.com/v1/users/string/bypass-code" \  -H "Content-Type: application/json" \  -d '{}'
{  "code": "string",  "expiresAt": "2019-08-24T14:15:22Z"}