POST
/
v1
/
subscribers

Authorizations

Authorization
string
headerrequired

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

Body

application/json
email
string
required

The subscriber's email address.

Maximum length: 5000
active
boolean
default: true

Whether the subscriber is currently available. Defaults to true.

first_name
string

The subscriber's first name.

Maximum length: 5000
last_name
string

The subscriber's last name.

Maximum length: 5000

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.

Maximum length: 5000
first_name
string

The subscriber's first name.

Maximum length: 5000
id
string

Unique identifier for the object.

Maximum length: 5000
last_name
string

The subscriber's last name.

Maximum length: 5000
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.