Workspace
Get Workspace
GET
Authorizations
The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').
Workspace UID required to identify the workspace.
Response
200 - application/json
Successful response containing user details.
The name of the workspace or account.
Example:
"Captain Data"
The email address associated with the workspace.
Example:
"g@captaindata.co"
The name of the current subscription plan.
Example:
"Growth"
The start date and time of the current billing month.
Example:
"2023-09-01T16:08:56+00:00"
The end date and time of the current billing month.
Example:
"2023-10-01T17:08:56+00:00"
The number of tasks remaining for the current period.
Example:
9966
The maximum number of tasks allowed for the current period.
Example:
10000
The number of tasks already used for the current period.
Example:
0