Contacts
Number of APIs: 5
-
Create Contact POST {{base_url}}/public/v1/contacts
-
Contact Details GET {{base_url}}/public/v1/contacts/{{contact_id}}
-
Delete Contact DELETE {{base_url}}/public/v1/contacts/{{contact_id}}
-
Update Contact PATCH {{base_url}}/public/v1/contacts/{{contact_id}}
-
List Contacts GET {{base_url}}/public/v1/contacts