v1
latestOpenAPI 3.1.02026-07-2458221215.8 KBContacts
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
Example response
{
"results": [
{
"created_at": "2022-03-10T16:15:50Z",
"updated_at": "2022-03-10T16:15:50Z"
}
]
}