GET
/
v3
/
workspace
curl --request GET \
  --url https://api.captaindata.co/v3/workspace \
  --header 'Authorization: <api-key>' \
  --header 'x-project-id: <api-key>'
{
  "name": "Captain Data",
  "tasks_left": 9966,
  "tasks_max": 10000,
  "tasks_used": 0,
  "email": "[email protected]",
  "plan_name": "Growth",
  "current_month_start": "2023-09-01T16:08:56+00:00",
  "current_month_end": "2023-10-01T17:08:56+00:00"
}

Authorizations

Authorization
string
header
required

The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').

x-project-id
string
header
required

Workspace UID required to identify the workspace.

Response

200 - application/json

Successful response containing user details.

The response is of type object.