cURL
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" }
Share a campaign. This allows other users to create new campaigns based on this campaign. The campaign is being shared for 7 days, after which you’ll have to call this endpoint again if you want to enable sharing on the campaign
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Campaign ID
"019cc043-e315-7852-9f4f-8396b225f3bf"
Default Response