curl --request GET \
--url https://{notifuseDomain}/api/contacts.getByEmail \
--header 'Authorization: Bearer <token>'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).
curl --request GET \
--url https://{notifuseDomain}/api/contacts.getByEmail \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://docs.notifuse.com/llms.txt
Use this file to discover all available pages before exploring further.