Skip to main content
GET
Get new access token
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/auth/authtoken Description:
The /auth/authtoken endpoint allows users to obtain a new access token, typically used for authentication purposes.
This endpoint also allows user to switch between multiple workspaces. Method:
GET
Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

currentWorkspace
string

The identifier for the current workspace

Response

Success

status
string
message
string
data
object