Skip to main content
Version: 1.0.0

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

successfully created auth token

Schema
  • token string

    The Bearer token to use for all subsequent calls on this session

Loading...