« Back to Documentation Overview

get_confirmation_body

Section: Confirmation
Version: 1.5.0


Get single body for confirmation message using CONFIRMATION_BODY_ID.


Parameters
stringAPI_KEY
object
stringconfirmation_bodyCONFIRMATION_BODY_ID
Return Value
objectCONFIRMATION_BODY_ID
stringplainPlease click to confirm ...
stringhtml<p>Please click to confirm ...
stringlanguage_codeEN

Example Request JSON

[
    "API_KEY",
    {
        "confirmation_body": "CONFIRMATION_BODY_ID"
    }
]

Example Response JSON

{
    "CONFIRMATION_BODY_ID": {
        "plain": "Please click to confirm ...",
        "html": "<p>Please click to confirm ...",
        "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