Contact
Create, list, search, and delete merchant contacts.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/contact | Get All Contacts Retrieves a paginated list of all contacts with optional sorting and filtering. |
| POST | /v1/contact | Create Contact Creates a new contact which can be a customer, vendor, self, employee, etc. |
| GET | /v1/contact/{gid} | Get Contact by GID Retrieves a single contact by its unique GID. |
| DELETE | /v1/contact/{gid} | Delete Contact Deletes a contact by its GID. |