Search

Search Contacts

get/api/v1/contacts/search

Query parameters

querystring required

Search query (minimum 3 characters)

Response

Contacts searched successfully

statusstring

Example response

{
  "status": "success",
  "data": [
    {
      "created_at": "2025-08-28T10:00:00Z",
      "first_name": "John",
      "last_name": "Doe",
      "email": "john.doe@example.com"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.