GET
/
webhook
/
contact
/
find
cURL
curl --request GET \
  --url https://webhook.cocoonmail.com/webhook/contact/find \
  --header 'Authorization: Bearer <token>'
{
    "data":{"email":"support@cocoonmail.com"}
}

Find contact

Use this endpoint to find an existing contact

Response fields

PropertyDescription
400Bad request
401Request authentication
403Too many bad requests. Temparory block
406Missing accept header. For example : Accept: application/json
429Too many requests/ Rate limit exceeded
500Internal server error
{
    "data":{"email":"support@cocoonmail.com"}
}

Authorizations

Authorization
string
header
required

Use your API key with the 'Bearer ' prefix

Query Parameters

email
string<email>
required

Response

200
application/json

Contact retrieved successfully.

The response is of type object.