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 |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
currentWorkspace | string | query | ā | The identifier for the current workspace |
Responses
ā 200 - Success
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
Auth
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
The identifier for the current workspace