/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:
Parameter | Type | Description | Required |
---|---|---|---|
currentWorkspace | string | The identifier for the current workspace | No |
userId | string | The ID of the user to get token for | No |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
The identifier for the current workspace
Success
The response is of type object
.