« Back to Documentation Overview

get_confirmation_subject

Section: Confirmation
Version: 1.5.0


Get single subject for confirmation message using CONFIRMATION_SUBJECT_ID.


Parameters
stringAPI_KEY
object
stringconfirmation_subjectCONFIRMATION_SUBJECT_ID
Return Value
objectCONFIRMATION_SUBJECT_ID
stringcontentPlease confirm subscription
stringlanguage_codeEN

Example Request JSON

[
    "API_KEY",
    {
        "confirmation_subject": "CONFIRMATION_SUBJECT_ID"
    }
]

Example Response JSON

{
    "CONFIRMATION_SUBJECT_ID": {
        "content": "Please confirm subscription",
        "language_code": "EN"
    }
}
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