For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search contact by identifier

Search Contacts

post

Search for contacts

Authorizations
AuthorizationstringRequired

An access token issued to a user.

Path parameters
workspaceIdstring · uuidRequired

The unique identifier of the workspace.

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": "contacts@bird.com"
  }
}'

Last updated

Was this helpful?