Skip to main content
GET
/
api
/
contacts.getByEmail
Get a contact by email address
curl --request GET \
  --url https://{notifuseDomain}/api/contacts.getByEmail \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

API token for authentication

Query Parameters

workspace_id
string
required

The ID of the workspace

email
string<email>
required

The email address of the contact

Response

Contact found successfully

contact
object