v1

latestOpenAPI 3.1.02026-07-261450274.9 KB

Get Organizations

Retrieve a list of organizations.

get/contacts/organizations

Query parameters

pageinteger
namesstring[]
phonesstring[]
emailsstring[]
managersinteger[]
tagsstring[]
created_atstring[]

Filter by creation date. Accepts an array with one or two ISO 8601 date-time values. If one value is provided, it represents the start (left) boundary. If two values are provided, they define a date range (start and end). Examples: ["2025-05-01T00:00:00Z"] — filter from May 1, 2025 onward. ["2025-05-01T00:00:00Z", "2025-05-02T00:00:00Z"] — filter between May 1 and May 2, 2025.

modified_atstring[]

Filter by modification date. Accepts an array with one or two ISO 8601 date-time values. If one value is provided, it represents the start (left) boundary. If two values are provided, they define a date range (start and end). Examples: ["2025-05-01T00:00:00Z"] — filter from May 1, 2025 onward. ["2025-05-01T00:00:00Z", "2025-05-02T00:00:00Z"] — filter between May 1 and May 2, 2025.

sort'id' | '-id' | 'name' | '-name' | '-modified_at' | 'modified_at'

Response

200

object required