curl --request GET \
--url https://public.watermelon.ai/api/v1/contacts/search \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"company_id": 123,
"first_name": "Walter",
"last_name": "Melon",
"email_address": "[email protected]",
"telephone_number": "+316123456789",
"avatar": "https://unsplash.com/photos/hUkZv0Y47Ic",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status": "offline",
"from_integration": true,
"integration": "Zapier",
"from_whatsapp": true,
"from_email": true,
"fields": [
{
"id": 1,
"company_id": 123,
"icon": "information",
"name": "Order number",
"type": "text",
"order": 123,
"value": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"is_unique": true
}
]
}
]curl --request GET \
--url https://public.watermelon.ai/api/v1/contacts/search \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"company_id": 123,
"first_name": "Walter",
"last_name": "Melon",
"email_address": "[email protected]",
"telephone_number": "+316123456789",
"avatar": "https://unsplash.com/photos/hUkZv0Y47Ic",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status": "offline",
"from_integration": true,
"integration": "Zapier",
"from_whatsapp": true,
"from_email": true,
"fields": [
{
"id": 1,
"company_id": 123,
"icon": "information",
"name": "Order number",
"type": "text",
"order": 123,
"value": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"is_unique": true
}
]
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The value of the field to search from
The page number
x >= 0The numbers of items per page.
1 <= x <= 100Contacts list
1
"Walter"
"Melon"
"+316123456789"
"https://unsplash.com/photos/hUkZv0Y47Ic"
online, offline, minimized, disconnected "offline"
"Zapier"
Show child attributes