Skip to main content
POST
/
search
A valid request URL is required to generate request examples
{
  "status": "success",
  "data": {
    "contacts": [
      {
        "id": 12345678,
        "group_id": 1,
        "CreatedAt": "2022-10-13T15:50:34.643724Z",
        "UpdatedAt": "2022-10-13T15:55:12.853724Z",
        "lastchange": "2022-10-13T15:50:24.163Z",
        "firstname": "John",
        "surname": "Doe",
        "married_name": "Smith",
        "gender": "F",
        "birthdate": "1955-07-06T00:00:00Z",
        "age_category": 0,
        "birthdept": "string",
        "birthcity": "string",
        "birthcountry": "string",
        "mail": "user@example.com",
        "phone": "string",
        "mobile": "string",
        "address": {
          "housenumber": 1,
          "street": "rue de la paix",
          "postalcode": 75000,
          "citycode": 75101,
          "city": "Paris",
          "state": "Ile-de-France",
          "country": "France",
          "addition": "Résidence de la paix",
          "infos": "Porte de gauche",
          "building": "Bâtiment A",
          "floor": 2,
          "door": "A",
          "pollingstation": "BV-06",
          "id": 1001,
          "score": 0.965753,
          "latitude": 48,
          "longitude": 2,
          "location": "48.0000002.000000",
          "invalid": null
        },
        "tags": [
          {
            "name": "tag1",
            "color": "red"
          }
        ],
        "actions_ids": [
          1,
          2
        ],
        "formdatas": [
          {
            "form_id": 1001,
            "form_ref_id": 2001,
            "data": "Oui",
            "id": 3001,
            "created_at": "2022-10-13T15:50:24.163Z",
            "updated_at": "2022-10-13T15:50:24.163Z",
            "date": "2022-10-13T15:50:24.163Z",
            "group_id": 1,
            "contact_id": 12345678
          }
        ],
        "customfields": [
          {
            "form_id": 1001,
            "form_ref_id": 2001,
            "data": "Oui",
            "id": 3001,
            "created_at": "2022-10-13T15:50:24.163Z",
            "updated_at": "2022-10-13T15:50:24.163Z",
            "date": "2022-10-13T15:50:24.163Z",
            "group_id": 1,
            "contact_id": 12345678
          }
        ],
        "notes": {
          "id": 1234,
          "created_at": "2024-09-12T08:06:47.957Z",
          "updated_at": "2024-09-12T08:06:47.957Z",
          "data": "John Doe asked for information about the next event.",
          "contact_id": 12345678,
          "group_id": 1,
          "user_id": 456,
          "pinned": true
        },
        "interactions": [
          {
            "id": 0,
            "created_at": "2024-09-12T08:06:47.957Z",
            "updated_at": "2024-09-12T08:06:47.957Z",
            "type": "letter",
            "sub_type": "incoming",
            "title": "Send a request for information",
            "comments": "John Doe asked for information about the next event.",
            "contact_id": 12345678,
            "group_id": 1,
            "user_id": 456,
            "only_super_admin": false,
            "files": [
              {
                "id": 5001,
                "created": "2024-09-12T08:06:47.957Z",
                "owner_id": 456,
                "group_id": 1,
                "subject": "The letter sent by John Doe",
                "url": "string",
                "folder": "string",
                "mime": "image/jpeg",
                "name": "string",
                "is_interaction": true
              }
            ]
          }
        ]
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://qomon-86428773.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
data
object
required

Response

Successful operation

status
string
Example:

"success"

data
object
Last modified on May 19, 2026