TheirStackTheirStack Logo
Log inSign up
DocumentationAPI ReferenceWebhooksDatasetsMCPGuides
IntroductionQuickstartAuthenticationPaginationRate Limit

Search endpoints

Job Search POSTCompany Search POSTTechnographics POSTBuying Intents POST

Account endpoints

Get Credit Balance GETGet Credits Consumption GET

Other

Get Email Preferences GETUpdate Email Preferences PUTOne-Click Unsubscribe (Rfc 8058) POSTUnsubscribe From Email GET
Email preferences

Unsubscribe From Email

GET
/v0/email-preferences/unsubscribe/{preference_key}

Path Parameters

  • preference_key
    stringrequired
  • Query Parameters

  • token
    stringrequired
  • Response Body

    text/html

    application/json

    curl -X GET "https://api.theirstack.com/v0/email-preferences/unsubscribe/string?token=string"
    "string"
    {
      "detail": [
        {
          "loc": [
            "string"
          ],
          "msg": "string",
          "type": "string"
        }
      ]
    }

    How is this guide?

    Last updated on

    One-Click Unsubscribe (Rfc 8058) POST

    Previous Page

    Get Request Count GET

    Retrieve the daily count of API requests made by your team within a specified date range. Use this endpoint to monitor API usage patterns, identify peak activity periods, and plan capacity.