Search contact by identifier

Search Contacts

post

Search for contacts

Authorizations
AuthorizationstringRequired

An access token issued to a user.

Path parameters
workspaceIdstring · uuidRequired

Your workspace identifier.

Example: b4e02c85-c6d2-4b15-8885-e09671799c61
Body
anyOptional
or
anyOptional
Responses
200

OK

application/json
post
/workspaces/{workspaceId}/contacts/search
200

OK

Examples

curl -X GET "https://api.bird.com/workspaces/7d73f762-e08f-4e1f-a6fd-4d69d8cf119f/contacts/search" \
-H "Content-Type: application/json" \
-H "Authorization: AccessKey abcde" \
-d '{
  "identifier": {
    "key": "emailaddress",
    "value": "[email protected]"
  }
}'

Last updated

Was this helpful?