Retrieve a subscriber
Retrieves the details of an existing subscriber. Supply the unique subscriber ID from either a subscriber creation request or the subscriber list, and Chron will return the corresponding subscriber information.
Authorizations
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Path Parameters
The identifier of the subscriber which will be returned.
Response
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.
The subscriber's first name.
Unique identifier for the object.
The subscriber's last name.
String representing the object's type. Objects of the same type share the same value.
subscriber
Time at which the object was last updated, in ISO 8601 format.