The Capsule API allows developers to create applications that can retrieve or update data in your Capsule account.
GET /api/currencies, GET /api/countries.GET /api/history/:id, PUT /api/history/:id and DELETE /api/history/:id to simplify access to notes and emails.To help you develop your ideas before you start committing time to code your project it’s useful to use a command line tool like curl to help you experiment with the API.
Read more