cURL
curl --request GET \ --url https://{notifuseDomain}/api/contacts.getByExternalID \ --header 'Authorization: Bearer <token>'
200
Example
Retrieves a contact by their external ID 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 external ID of the contact
Contact found successfully
Show child attributes