Requests
Handling form and API submissions.
This category provide endpoints to handle forms and API submission of potential contacts and leads.
Endpoint | Type | Description | Status |
---|---|---|---|
Read Contact Drafts | GET | Developer can retrieve contact drafts that are passed through forms or API submissions. | Live |
Add Contact Draft | POST | This endpoint is used to submit forms which include details of potential contacts and leads. | Live |
Read Contact Draft by ID | GET | Used to get contact details by the references id. | Live |
Delete Contact Draft by ID | DELETE | A references contact draft can be deleted through this endpoint. | Live |
Modify Contact Draft by ID | PATCH | This endpoint enables us to modify any existing contact draft. | Live |
Draft Mode
Once a contact draft is moved further into a formed business, it cannot be modified or deleted.
Updated almost 2 years ago