« Back to Documentation Overview

get_account_callbacks

Section: Callbacks
Version: 1.5.0


Get callbacks configuration for account.


Parameters
stringAPI_KEY
Return Value
stringurihttp://example.com/callback
arrayactions
stringsubscribe
stringopen
stringclick

Example Request JSON

[
    "API_KEY"
]

Example Response JSON

{
    "uri": "http:\/\/example.com\/callback",
    "actions": [
        "subscribe",
        "open",
        "click"
    ]
}
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