Skip to main content

List Subscribers

GET 

/resources/subscribers

List Subscribers

Request

Responses

The request has succeeded.

Schema

  • Array [

  • id stringrequired

    Unique ID of the Subscriber.

    Example: d369a402-7b43-4512-8735-9d5e1f387814
    email stringrequired

    Email of the Subscriber.

    Example: johndoe@example.com
    first_name stringrequired

    First name of the Subscriber.

    Example: John
    last_name stringrequired

    Last name of the Subscriber.

    Example: Doe
    display_name stringrequired

    Display name of the Subscriber.

    Example: John Doe
    job_title stringrequired

    Job title of the Subscriber.

    Example: Software Engineer
    timezone stringrequired

    Timezone of the Subscriber.

    Example: America/New_York
    country stringrequired

    Country of the Subscriber.

    Example: United States
    region stringrequired

    Region of the Subscriber.

    Example: New York
    company_name stringrequired

    Company name of the Subscriber.

    Example: SignalWire
  • ]