Skip to main content
GET
/
api
/
v2
/
campaigns
/
count-launched
Get launched campaigns count
curl --request GET \
  --url https://api.instantly.ai/api/v2/campaigns/count-launched \
  --header 'Authorization: Bearer <token>'
{
  "count": 2
}

Documentation Index

Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Default Response

count
number
required
Example:

2