Skip to main content

Get Suppression List

GET 

/suppression/:id

Get details of a specific suppression list

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...