Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
The response is of type object.
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const response = await client.campaign.osr.getAttributes('campaignId');
console.log(response);{}import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const response = await client.campaign.osr.getAttributes('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 object.
Was this page helpful?