curl -X POST https://api.teli.ai/v1/organizations \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Company LLC",
"contact_email": "admin@mycompany.com"
}'
{
"success": true,
"organization": {
"unique_id": "1763070568417x631086913669115287",
"name": "My Company LLC",
"sms_active": false,
"teli_sms_number": null,
"sms_registration_status": "not_started"
},
"powered_by": "Teli"
}
Create a new organization
curl -X POST https://api.teli.ai/v1/organizations \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Company LLC",
"contact_email": "admin@mycompany.com"
}'
{
"success": true,
"organization": {
"unique_id": "1763070568417x631086913669115287",
"name": "My Company LLC",
"sms_active": false,
"teli_sms_number": null,
"sms_registration_status": "not_started"
},
"powered_by": "Teli"
}
"My Company LLC""admin@mycompany.com"curl -X POST https://api.teli.ai/v1/organizations \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Company LLC",
"contact_email": "admin@mycompany.com"
}'
{
"success": true,
"organization": {
"unique_id": "1763070568417x631086913669115287",
"name": "My Company LLC",
"sms_active": false,
"teli_sms_number": null,
"sms_registration_status": "not_started"
},
"powered_by": "Teli"
}