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.
5000
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.
5000
The subscriber's first name.
5000
Unique identifier for the object.
5000
The subscriber's last name.
5000
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.