Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST "https://api.orwel.io/api/v1/identities" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"email": "user@example.com", "name": "John Doe"}'
{ "data": { "id": "ff0e8400-e29b-41d4-a716-446655440010", "email": "user@example.com", "name": "John Doe" } }
Create a new visitor identity