cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/contacts/search \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "contacts": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "full_name": "<string>", "first_name": "<string>", "last_name": "<string>", "job_title": "<string>", "company": "<string>", "description": "<string>", "legacy_location": "<string>", "website": "<string>", "image_url": "<string>", "starred": true, "is_archived": true, "birthday": "<string>", "linkedin": "<string>", "twitter": "<string>", "facebook": "<string>", "instagram": "<string>", "frequency": "<string>", "source": "<string>", "created_at": "<string>", "updated_at": "<string>" } ] } }
Search contacts by name, email, company, or other text fields. Returns contacts matching the search query, ranked by relevance.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Successful response
Show child attributes
Was this page helpful?