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:

"019cc043-e315-7852-9f4f-8396b225f3bf"

Response

Default Response