« Back to Documentation Overview

get_confirmation_bodies

Section: Confirmation
Version: 1.5.0


Get list of available bodies for confirmation messages. They can be used in campaign settings.


Parameters
stringAPI_KEY
object
objectlanguage_code
stringEQUALSEN
Return Value
objectCONFIRMATION_BODY_ID
stringplainProsze kliknij aby potwierdzić ...
stringhtml<p>Proszę kliknij aby potwierdzić ...
stringlanguage_codePL

Example Request JSON

[
    "API_KEY",
    {
        "language_code": {
            "EQUALS": "EN"
        }
    }
]

Example Response JSON

{
    "CONFIRMATION_BODY_ID": {
        "plain": "Prosze kliknij aby potwierdzi\u0107 ...",
        "html": "<p>Prosz\u0119 kliknij aby potwierdzi\u0107 ...",
        "language_code": "PL"
    }
}
API-wide Errors
API key verification failed API key verification failed
API client IP not allowed API client IP not allowed
Invalid params Attribute params must be reference to hash