http://localhost:3100
List contacts
Example
Create a contact
string
required
Contact display name
string
Email address
string
Phone number
string
Organization name
string
Role or title
Example
Get a contact
Example
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Service API endpoints for contact management.
http://localhost:3100
GET /contacts
curl http://localhost:3100/contacts
POST /contacts
curl -X POST http://localhost:3100/contacts \
-H "Content-Type: application/json" \
-d '{"name": "Jane Smith", "email": "jane@example.com", "organization": "Acme Corp"}'
GET /contacts/:slug
curl http://localhost:3100/contacts/jane-smith