POST
/
v1
/
subscribers

Authorizations

Authorization
string
headerrequired

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Body

application/json
active
boolean
default: true

Whether the subscriber is currently available. Defaults to true.

email
string
required

The subscriber's email address.

first_name
string

The subscriber's first name.

last_name
string

The subscriber's last name.

Response

200 - application/json

This is an object representing a person subscribed to a calendar.

active
boolean

Whether the subscriber is currently available.

created
string

Time at which the object was created, in ISO 8601 format.

email
string

The subscriber's email address.

first_name
string

The subscriber's first name.

id
string

Unique identifier for the object.

last_name
string

The subscriber's last name.

object
enum<string>

String representing the object's type. Objects of the same type share the same value.

Available options:
subscriber
updated
string

Time at which the object was last updated, in ISO 8601 format.