curl -X POST https://api.bota.dev/v1/end-users \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "external_id": "user_12345", "email": "[email protected]", "name": "John Doe", "metadata": { "plan": "pro", "department": "sales" } }'
{ "id": "eu_abc123", "external_id": "user_12345", "email": "[email protected]", "name": "John Doe", "metadata": { "plan": "pro", "department": "sales" }, "created_at": "2025-01-15T10:30:00Z" }
Create a new end user in your project