Skip to main content

Get Suppression List

GET 

/suppression/:id

Retrieves all details of a specific suppression list

Use this endpoint to view information such as the list name and the number of suppressed customer email addresses enabling precise management of suppressed recipients.

Request

Path Parameters

    id int64required

    ID of the suppression list

Responses

successful operation

Schema
    id int64
    name string
    type string

    Possible values: [EMAIL, MD5, SHA256]

    scope string

    Possible values: [LOCAL, GLOBAL]

    fileProcessStatus string

    Possible values: [UPLOADED, IN_PROGRESS, COMPLETED, FAILURE]

    numberOfMembers int64

    Total number of suppressed email addresses

Loading...