curl -X GET https://api.teli.ai/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"
}
Retrieve organization details
curl -X GET https://api.teli.ai/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"
}
curl -X GET https://api.teli.ai/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"
}