Workspace
Get workspace
Get your current workspace details. Note that this endpoint doesn't require any parameters. It will return the workspace based on the API key sent in the headers.
Requires one of the following scopes: workspaces:read, workspaces:all, all:read, all:all
get/api/v2/workspaces/current
Response
The requested Workspace
Example response
{
"id": "019f94cd-83ea-79bb-bdb3-0de8091ad703",
"timestamp_created": "2026-07-24T15:45:24.458Z",
"timestamp_updated": "2026-07-24T15:45:24.458Z",
"scheduled_for_removal_at": "2026-07-24T15:45:24.458Z",
"owner": "019f94cd-83ea-79bb-bdb3-0de9ebb80f87",
"name": "My Workspace",
"plan_id": "pid_hg_v1",
"plan_id_bundle": "pid_bundle_scale_v1",
"default_opportunity_value": 250,
"plan_id_leadfinder": "pid_lf_ls_v1",
"plan_id_verification": {
"quantity": 5,
"product_id": "pid_verify_v1_monthly",
"timestamp_updated": "2024-07-22T05:56:58.667Z"
},
"org_logo_url": "https://example.com/logo.png",
"org_client_domain": "example.com",
"plan_id_crm": "pid_crm_v1",
"plan_id_website_visitor": "pid_wvw_v1",
"plan_id_inbox_placement": "pid_ip_v1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.