Workspace Billing
Workspace Billing
{}
The entire API V2 documentation is interactive and can be tested here. To the right side of every endpoint you will see a box with an example request. You can click on the "Try it" button to send a request to the server right from the docs. You will need to provide an API key by clicking the ApiKeyAuth_token blue text.
https://api.instantly.ai/
https://developer.instantly.ai/_mock/api/v2/
https://api.instantly.ai/api/v2/workspace-billing/plan-details
https://developer.instantly.ai/_mock/api/v2/api/v2/workspace-billing/plan-details
curl -i -X GET \
https://api.instantly.ai/api/v2/workspace-billing/plan-details \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "organization_id": "019a5522-86a9-7571-837b-0d72b38e28c8", "organization_name": "My Default Workspace", "subscriptions": { "outreach": { … } } }