Skip to main content

Get Suppression Lists

GET 

/suppression

Retrieves a list of all suppression lists in your account

Use this endpoint to view details of each suppression list, including names, and the number of suppressed customer email addresses, helping you manage and monitor opt-outs effectively.

Request

Responses

successful operation

Schema
    suppressions object[]
  • Array [
  • 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...