« Back to Documentation Overview

get_suppression

Section: Suppressions
Version: 1.5.0


Get single suppression using SUPPRESSION_ID.


Parameters
stringAPI_KEY
object
stringsuppressionSUPPRESSION_ID
Return Value
objectSUPPRESSION_ID
stringnameRude people
stringcreated_on2010-01-01 00:00:00

Example Request JSON

[
    "API_KEY",
    {
        "suppression": "SUPPRESSION_ID"
    }
]

Example Response JSON

{
    "SUPPRESSION_ID": {
        "name": "Rude people",
        "created_on": "2010-01-01 00:00:00"
    }
}
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