import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const response = await client.partnerCampaigns.retrieveSharingStatus('campaignId');
console.log(response);{}import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const response = await client.partnerCampaigns.retrieveSharingStatus('campaignId');
console.log(response);{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the campaign in question ID of the campaign in question
Was this page helpful?