Skip to main content

List Subscribers

GET 

/resources/subscribers

List Subscribers

Responses

A list of Subscribers

Schema

  • Array [

  • id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    subscriber

    object

    id uuid

    A unique identifier for the Subscriber

    email email
    first_name string
    last_name string
    display_name string
    job_title string
    time_zone string
    country string
    region string
    company_name string
  • ]

Loading...