Skip to main content

Get Subscriber

GET 

/resources/subscribers/:id

Returns a Subscriber by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the Subscriber

Responses

A Subscriber

Schema

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