An app built for this module can access the corresponding product resources, through the following API end-points:
- POST /api/v2/contacts
- GET /api/v2/contacts/[id]
- GET /api/v2/contacts
- GET /api/v2/contacts/autocomplete?term=[keyword]
- GET /api/v2/search/contacts?query=[query]
- PUT /api/v2/contacts/[id]
- DELETE /api/v2/contacts/[id]
- DELETE /api/v2/contacts/[id]/hard_delete
- PUT /api/v2/contacts/[id]/make_agent
- PUT api/v2/contacts/[id]/restore
- PUT api/v2/contacts/[id]/send_invite
- POST api/v2/contacts/merge
- POST api/v2/contacts/export
- GET api/v2/contacts/export/[id]
- GET api/v2/contacts/imports
- GET api/v2/contacts/imports/[id]
- POST api/v2/contacts/imports
- PUT api/v2/contacts/imports/[id]/cancel