v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Contacts

List all contacts

Lists all contacts in workspace. You can specify a limit of objects to be returned in one response, as well as set a next or previous value to navigate through the object stream. Objects are sorted descendingly by their created_at value. Please mind, you can only specify next or previous at once.

get/contacts

Query parameters

afterstring nullable

Return contacts after this contact ID.

beforestring nullable

Return contacts before this contact ID.

limitinteger

Maximum number of contacts to return.

Response

OK

urlstring

Example response

{
  "results": [
    {
      "created_at": "2022-03-10T16:15:50Z",
      "updated_at": "2022-03-10T16:15:50Z"
    }
  ]
}