Get a new auth token for a signup session
GET /auth/signup/:sessionid
Get a new auth token for a signup session
Path Parameters
- sessionid string required
Session id for the new bearer token
Responses
- 204
Delete voucher
- application/json
- Schema
- Example (from schema)
Schema
- token string
{
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIU"
}
Loading...