Skip to content

Contacts API

Create Contact

POST /contacts

Body:

{
  "name": "John Doe",
  "phone": "+919876543210"
}

Get Contacts

GET /contacts