Subscribers
Create a subscriber
Creates a new subscriber object.
POST
/
v1
/
subscribers
Authorizations
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Body
application/json
The subscriber's email address.
Maximum length:
5000
Whether the subscriber is currently available. Defaults to true
.
The subscriber's first name.
Maximum length:
5000
The subscriber's last name.
Maximum length:
5000
Response
200 - application/json
This is an object representing a person subscribed to a calendar.
Whether the subscriber is currently available.
Time at which the object was created, in ISO 8601 format.
The subscriber's email address.
Maximum length:
5000
The subscriber's first name.
Maximum length:
5000
Unique identifier for the object.
Maximum length:
5000
The subscriber's last name.
Maximum length:
5000
String representing the object's type. Objects of the same type share the same value.
Available options:
subscriber
Time at which the object was last updated, in ISO 8601 format.