conventions
The base URL to send all API requests is https://api.depoc.com.br. HTTPS is required for all API requests.
The Depoc API follows RESTful conventions when possible, with most operations performed via GET, POST, PATCH, and DELETE, requests on page and database resources. Request and response bodies are encoded as JSON.