Generate a new auth token for session
GET /auth/:sessionid
Get Bearer Token for assigned session
Path Parameters
- sessionid string required
Session id for the new bearer token
Responses
- 201
successfully created auth token
- application/json
- Schema
- Example (from schema)
Schema
- token string
The Bearer token to use for all subsequent calls on this session
{
"token": "nadwa.85hsefapoapndwa"
}
Loading...