Skip to main content

Retrieves a list of customer unsubscriptions

GET 

/unsubscriptions

Retrieves a list of customer unsubscriptions

Request

Query Parameters

    filter object

    Customer unsubscription filter

    embed string

    Customer unsubscription embedded sub-entities

Responses

OK

Schema

    unsubscriptions

    object[]

    The list of customer unsubscriptions

  • Array [

  • id uuid

    The id of the customer unsubscription

    customer_id uuid

    The id of the customer of the customer unsubscription

    campaign_id uuid

    The id of the campaign of the customer unsubscription

    created_at date-time

    The date and time when the customer unsubscription was created

    _embedded

    object

    nullable

    customer

    object

    id uuid
    reference string
    name string
    source string
    email email
    phone string
    anonymization boolean
    salutation string
    language bcp47
    country iso-3166-alpha-2
    gender string

    Possible values: [M, F]

    created_at date-time

    campaign

    object

    oneOf

    id uuid
    name string
    active boolean
    created_at date-time
    updated_at date-time
    deleted_at date-time
  • ]

  • cursor

    object

    cursor

    self string

    Pagination link|cursor pointing to the current page.

    first string

    Pagination link|cursor pointing to the first page.

    prev string

    Pagination link|cursor pointing to the previous page.

    next string

    Pagination link|cursor pointing to the next page.

    last string

    Pagination link|cursor pointing to the last page.

Loading...