Skip to main content

Get a unsubscribe

This endpoint retrieves a specific unsubscribe.

Request

GET https://api.nicereply.com/unsubscribes/<ID>

Path Parameters

ParameterData TypeDescription
IDUUIDID of the unsubscribe.

Example response

200 OK
{
"data": {
"id": "7a236a57-c9e9-4357-8bf7-587c59fec4f8",
"legacy_id": 2370414,
"email": "aaron+burnett@example.tld",
"email_hash": "f7b747fad543652e68e020e54777876d54023f8f3aab8c71b14ca0c0d6dd7fc6",
"unsubscribed_at": "2023-07-31T16:42:57+02:00"
}
}