Contacts API
Manage your customer database through the API.
Endpoints
Section titled “Endpoints”GET /api/contacts— List contactsPOST /api/contacts— Create a contactGET /api/contacts/:id— Get contact detailsPUT /api/contacts/:id— Update a contactDELETE /api/contacts/:id— Delete a contact