Skip to main content
POST
/
api
/
v2
/
campaigns
/
{id}
/
share
Share a campaign
curl --request POST \
  --url https://api.instantly.ai/api/v2/campaigns/{id}/share \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 401,
  "error": "Unauthorized",
  "message": "Missing Authorization header"
}

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.

Path Parameters

id
string<uuid>
required

Campaign ID

Example:

"019e3bd1-b53f-787b-9a26-79b5f0c601c0"

Response

Default Response