cURL
curl --request GET \ --url https://api.instantly.ai/api/v2/workspace-billing/plan-details \ --header 'Authorization: Bearer <token>'
{ "organization_id": "019cc043-e402-7a40-9ddb-37a7053e3f10", "organization_name": "My Default Workspace", "subscriptions": { "outreach": { "plan_name": "Free Trial", "addons_qty": 2, "total_lead_limit": 100, "current_lead_count": 10 } } }
Requires one of the following scopes: workspace_billing:read, workspace_billing:all, all:read, all:all
workspace_billing:read
workspace_billing:all
all:read
all:all
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The id of workspace
"019cc043-e402-7a40-9ddb-37a7053e3f10"
The name of workspace
"My Default Workspace"
Show child attributes