cURL
curl --request GET \ --url https://{notifuseDomain}/api/contacts.getByEmail \ --header 'Authorization: Bearer <token>'
200
Example
{}
Retrieves a contact by their email address within a specific workspace. The response always includes the contact’s list subscriptions with their status (active, pending, unsubscribed, bounced, complained).
API token for authentication
The ID of the workspace
The email address of the contact
Contact found successfully
Show child attributes