Skip to main content
GET
https://api.example.com
/
v1
/
organizations
/
{id}
curl -X GET https://api.example.com/v1/organizations/{org_id} \
  -H "X-API-Key: YOUR_API_KEY"
{
  "organization": {
    "unique_id": "1763070568417x631086913669115287",
    "name": "My Company LLC",
    "sms_active": true,
    "teli_sms_number": "+13135559999",
    "sms_registration_status": "approved",
    "total_sms_outbound": 150,
    "total_sms_inbound": 45
  },
  "powered_by": "Teli"
}
Get details of a specific organization including SMS status and phone number.

Authorizations

X-API-Key
string
required
Authentication header containing your API key.

Path

id
string
required
Organization unique_id
curl -X GET https://api.example.com/v1/organizations/{org_id} \
  -H "X-API-Key: YOUR_API_KEY"
{
  "organization": {
    "unique_id": "1763070568417x631086913669115287",
    "name": "My Company LLC",
    "sms_active": true,
    "teli_sms_number": "+13135559999",
    "sms_registration_status": "approved",
    "total_sms_outbound": 150,
    "total_sms_inbound": 45
  },
  "powered_by": "Teli"
}

Response

unique_id
string
Organization identifier
sms_active
boolean
Whether organization can send SMS campaigns
teli_sms_number
string
Assigned 10DLC phone number
total_sms_outbound
number
Total SMS sent (all-time)