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.
{ "phone_number": "233241234567", "first_name": "John", "last_name": "Doe", "email": "john@example.com" }
{ "success": true, "data": { "id": 3, "phone_number": "233241234567", "first_name": "John", "last_name": "Doe", "email": "john@example.com", "created_at": "2026-01-15T12:00:00.000000Z", "updated_at": "2026-01-15T12:00:00.000000Z" } }
{ "success": false, "message": "The given data was invalid.", "errors": { "phone_number": ["The phone number has already been taken."] } }
Create a new contact
Was this page helpful?