Skip to main content
GET
/
api
/
v2
/
workspace-billing
/
plan-details
Get workspace plan details
curl --request GET \
  --url https://api.instantly.ai/api/v2/workspace-billing/plan-details \
  --header 'Authorization: Bearer <token>'
{
  "organization_id": "019dc79a-c5a4-7be3-a01d-21ad6156fe19",
  "organization_name": "My Default Workspace",
  "subscriptions": {
    "outreach": {
      "plan_name": "Free Trial",
      "addons_qty": 2,
      "total_lead_limit": 100,
      "current_lead_count": 10
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

organization_id
string<uuid>

The id of workspace

Example:

"019dc79a-c5a4-7be3-a01d-21ad6156fe19"

organization_name
string

The name of workspace

Example:

"My Default Workspace"

subscriptions
object