### Daylite API Overview Source: https://developer.daylite.app/reference/getting-started?_gl=1*vm2hwl*_gcl_au*MTc1NDM1MDIwLjE3NzExOTM3ODA./index__gl=1%2Avm2hwl%2A_gcl_au%2AMTc1NDM1MDIwLjE3NzExOTM3ODA. The Daylite API is a RESTful HTTP API that allows you to access and modify data objects within a Daylite dataset. It supports a wide variety of use-cases, from small scripts and integrations to complete applications backed by the Daylite data model. ```APIDOC ## Daylite API Overview ### Description The Daylite API is a RESTful HTTP API that allows you to access and modify data objects within a Daylite dataset. The API is designed for a wide variety of use-cases, from small scripts and integrations to complete applications backed by the Daylite data model. ### Objects and Attributes The API exposes Daylite objects in a logically equivalent way to how they are presented to users in the Daylite app. High level types in Daylite, such as Contacts and Appointments, are the top level objects in the API, and are supported by a rich set of minor objects, such as Social Profiles, E-mail, and URLs, or Links. ### Transport and Serialization The API is HTTP based, with most objects using JavaScript Object Notation (JSON) for serialization. Some objects, such as images, are communicated as blobs in a more convenient format (e.g. JPEG, PDF, etc.). ### Authentication All requests to the API must be authenticated and communicated securely. The API uses OAuth2 bearer tokens for authentication and only responds to requests over HTTPS. Read more about authentication in the Authentication section to learn more about how to get started. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.