Get new access token
Auth
Get new access token
/auth/authtoken
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:
| 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 |