Skip to main content

Contacts API

Manage contacts associated with companies.

Endpoints


List Contacts

Returns all contacts for a specific company. Requires authentication and company ownership.

Query Parameters

Response 200 OK

Errors


Get Contact

Fetch a single contact by ID. No authentication required.

Response 200 OK

Errors


Create Contact

Create a new contact. Public endpoint — no authentication required.

Request Body

Fields

Response 201 Created

Returns the created contact object (same shape as Get Contact response).

Errors


Update Contact

Partially update an existing contact. All fields are optional.

Request Body

Response 200 OK

Returns the updated contact object.

Errors


Delete Contact

Permanently delete a contact.

Response 204 No Content

No body returned.

Errors


Rate Limits