Skip to main content
GET
/
campaign
/
{campaignId}
/
osr
/
attributes
JavaScript
import Telnyx from 'telnyx';

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

const response = await client.campaign.osr.getAttributes('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

Response

Successful Response

The response is of type object.