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": "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
    }
  }
}

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:

"019cc043-e402-7a40-9ddb-37a7053e3f10"

organization_name
string

The name of workspace

Example:

"My Default Workspace"

subscriptions
object