v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Contacts

Search all contacts

Search a contact by any field.

post/contacts/search

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.

Request body

Response

OK

urlstring

Example response

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