Skip to main content

Get Subscriber

GET 

/resources/subscribers/:id

Get Subscriber

Request

Path Parameters

    id uuidrequired

    Unique ID of a Subscriber.

Responses

The request has succeeded.

Schema

    id stringrequired

    Unique ID of the request.

    project_id stringrequired

    Unique ID of the project.

    display_name stringrequired

    Display name of the Subscriber.

    type stringrequired

    Possible values: [subscriber]

    Type of the resource.

    created_at date-timerequired

    Date and time when the resource was created.

    updated_at date-timerequired

    Date and time when the resource was updated.

    subscriber

    object

    required

    id stringrequired

    Unique ID of the Subscriber.

    email stringrequired

    Email of the Subscriber.

    first_name stringrequired

    First name of the Subscriber.

    last_name stringrequired

    Last name of the Subscriber.

    display_name stringrequired

    Display name of the Subscriber.

    job_title stringrequired

    Job title of the Subscriber.

    timezone stringrequired

    Timezone of the Subscriber.

    country stringrequired

    Country of the Subscriber.

    region stringrequired

    Region of the Subscriber.

    company_name stringrequired

    Company name of the Subscriber.

Loading...