curl -X POST https://api.example.com/v1/organizations \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "My Company LLC", "contact_email": "[email protected]" }'
{ "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
"My Company LLC"
"[email protected]"