Sending GET request to this url, returns collection of SUBSCRIPTION CONFIRMATIONS bodies.

Language code used in url must be in ISO 639-1 Language Code Standard

 

Returns status code

200

Request url

/subscription-confirmations/body/en

Request params

Field nameField typeField description
languageCode (required)2 letters codeISO 639-1 Language Code Standard

Example Response

[
    {
        "subscriptionConfirmationBodyId": "asS1",
        "name": "Database signup",
        "contentPlain": "Hello {{CONTACT \"subscriber_first_name\"}},        \r\n               \r\n{{INTERNAL \"body\"}}\r\nYour request to sign up to our\r\ndatabase has been received and\r\nrequires your confirmation.\r\n\r\nEASY 1-CLICK CONFIRMATION:\r\n{{LINK \"confirm\"}}\r\n\r\nYou will be added to the database\r\ninstantly upon your confirmation.\r\n\r\n\r\nYou will be able to unsubscribe\r\nor change your details at any time.\r\n\r\nIf you have received this email in\r\nerror and did not intend to join\r\nour database, no further action is\r\nrequired on your part.\r\n\r\nYou won't receive further\r\ninformation and you won't be\r\nsubscribed to any list until you\r\nconfirm your request above.\r\n\r\n{{INTERNAL \"signature\"}}",
        "contentHtml": "[HTML_CODE]"
    },
    {
        "subscriptionConfirmationBodyId": "TEww",
        "name": "Default template",
        "contentPlain": "[HTML_CODE]"
    },
    {
        "subscriptionConfirmationBodyId": "J977",
        "name": "Default template 2",
        "contentPlain": "Hello {{CONTACT \"subscriber_first_name\"}},\n\nWe have received your request for a\nsubscription to a mailing list maintained by\nGetResponse email marketing service.\n\n{{INTERNAL \"body\"}}To confirm your subscription, please\nclick the following link:\n\nEASY 1-CLICK CONFIRMATION:\n{{LINK \"confirm\"}}\n\nYou will be able to unsubscribe\nor change your details at any time.\n\nIf you have received this email in\nerror and do not intend to join our\nlist, no further action is required\non your part.\n\nYou won\u2019t be subscribed to any\nlist and you won\u2019t receive further\ninformation until you confirm your\nsubscription above.\n\n{{INTERNAL \"signature\"}}",
        "contentHtml": "[HTML_CODE]"
    },
    {
        "subscriptionConfirmationBodyId": "1aad",
        "name": "eBook request",
        "contentPlain": "[HTML_CODE]"
    },
    {
        "subscriptionConfirmationBodyId": "Lkkj",
        "name": "eBook request (new)",
        "contentPlain": "[HTML_CODE]"
    },
    {
        "subscriptionConfirmationBodyId": "1ppa",
        "name": "Ezine subscriptions",
        "contentPlain": "{{INTERNAL \"body\"}}\nYour subscription request for our\nezine \"{{CONTACT \"campaign_description\"}},\" hosted\nby GetResponse service has been\nreceived.\n\nTo confirm your subscription, please\nclick the following link:\n\nEASY 1-CLICK CONFIRMATION:\n{{LINK \"confirm\"}}\n\nOnce confirmed, you will be\ninstantly subscribed to our\nnewsletter.\n\nYou will be able to unsubscribe\nor change your details at any time.\n\nIf you have received this email in\nerror and do not intend to become\nour subscriber, no further action\nis required on your part.\n\nYou won't receive further\ninformation and you won't be\nsubscribed to any list until you\nconfirm your request above.\n\n{{INTERNAL \"signature\"}}",
        "contentHtml": "[HTML_CODE]"
    },
    {
        "subscriptionConfirmationBodyId": "789i",
        "name": "Free report subscription",
        "contentPlain": "[HTML_CODE]"
    }
]

Sending GET request to this url, returns collection of SUBSCRIPTION CONFIRMATIONS subjects.

Language code used in url must be in ISO 639-1 Language Code Standard

Returns status code

200

Request url

/subscription-confirmations/subject/en

Request params

Field nameField typeField description
languageCode (required)2 letters codeISO 639-1 Language Code Standard

Example Response

[
    {
        "subscriptionConfirmationSubjectId": "AS3A",
        "subject": "Action Requested - please confirm your subscription.",
        "isPrivate": "false"
    },
    {
        "subscriptionConfirmationSubjectId": "Y77",
        "subject": "Action Requested - please verify your subscription.",
        "isPrivate": "false"
    },
    {
        "subscriptionConfirmationSubjectId": "LK09",
        "subject": "ACTION REQUIRED: Confirm your subscription.",
        "isPrivate": "false"
    },
    {
        "subscriptionConfirmationSubjectId": "U88a",
        "subject": "Confirm your request for information from \"{{CONTACT \"campaign_description\"}}\"",
        "isPrivate": "false"
    }
]