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

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:

"019dc79a-c3c1-7a46-afb2-f25bb35b656e"

Response

Default Response