Skip to main content

Get Suppression Lists

GET 

/suppression

Get all suppression lists

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