Contacts

Contacts

Get all Contacts

get

Retrieve all contacts for a specific workspace with pagination.

Authorizations
Path parameters
workspaceIdstringRequired

ID of the workspace

Query parameters
pageintegerOptional

Page number for pagination

per_pageintegerOptional

Number of records per page

Responses
200

Success

application/json
get
/api/workspaces/{workspaceId}/contacts

Create a new contact

post

Create a new contact for a specific workspace.

Authorizations
Path parameters
workspaceIdstringRequired

ID of the workspace

Body
Responses
200

Contact created successfully

application/json
post
/api/workspaces/{workspaceId}/contacts

Delete a contact and all its related data

delete

Delete a contact by its ID along with its identifiers and attributes.

Path parameters
workspaceIdstringRequired

ID of the workspace

contactIdstringRequired

ID of the contact

Responses
200

Contact deleted successfully

application/json
delete
/api/workspaces/{workspaceId}/contacts/{contactId}

Update a Contact

patch

Update an existing contact for a specific workspace.

Authorizations
Path parameters
workspaceIdstringRequired

ID of the workspace

contactIdstringRequired

ID of the contact

Body
Responses
200

Success

application/json
patch
/api/workspaces/{workspaceId}/contacts/{contactId}

Last updated