Skip to main content
POST
/
campaign
/
acceptSharing
/
{campaignId}
JavaScript
import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: 'My API Key',
});

const response = await client.campaign.acceptSharing('C26F1KLZN');

console.log(response);
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

campaignId
string
required

TCR's ID for the campaign to import

Response

Successful Response

The response is of type any.