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

Authorizations

Authorization
string
header
required

API token for authentication

Query Parameters

workspace_id
string
required

The ID of the workspace

external_id
string
required

The external ID of the contact

Response

Contact found successfully

contact
object