cURL
curl --request GET \ --url https://api.getarbol.com/v1/contacts/search \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "givenName": "<string>", "familyName": "<string>", "displayName": "<string>", "primaryTelephone": "<string>", "primaryEmail": "<string>" } ] }
Full-text search across contacts by name, phone, or email.
Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Search query
Maximum results (1-50, default 10)
1 <= x <= 50
Search results
Show child attributes