Skip to main content
GET
/
partnerCampaign
/
{campaignId}
/
sharing
JavaScript
import Telnyx from 'telnyx';

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

const response = await client.partnerCampaigns.retrieveSharingStatus('campaignId');

console.log(response);
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

campaignId
string
required

ID of the campaign in question ID of the campaign in question

Response

Successful Response

{key}
CampaignSharingStatus · object