import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const response = await client.campaign.getOperationStatus('campaignId');
console.log(response);{}Retrieve campaign’s operation status at MNO level.
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const response = await client.campaign.getOperationStatus('campaignId');
console.log(response);{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Get My Campaign Operation Status Public Campaign Campaignid Operationstatus Get · object.
Was this page helpful?