« Back to Documentation Overview

get_confirmation_subjects

Section: Confirmation
Version: 1.5.0


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


Parameters
stringAPI_KEY
object
objectlanguage_code
stringEQUALSEN
Return Value
objectCONFIRMATION_SUBJECT_ID
stringcontentProszę potwierdź subskrypcję
stringlanguage_codePL

Example Request JSON

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

Example Response JSON

{
    "CONFIRMATION_SUBJECT_ID": {
        "content": "Prosz\u0119 potwierd\u017a subskrypcj\u0119",
        "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