Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.59 KB

File metadata and controls

35 lines (22 loc) · 1.59 KB

Davis API

API Version 1

Open Endpoints

Open endpoints require no Authentication.

Endpoints that require Authentication

Closed endpoints require a valid X-Davis-API-Token to be included in the header of the request. Token needs to be configured in .env file (as a environment variable API_KEY) and can be generated using php bin/console api:generate command.

When API_KEY is not set, the API endpoints are disabled and will return a 500 error if accessed.

User related

Each endpoint displays information related to the User:

Calendars related

Endpoints for viewing and modifying user calendars.