16. API Specification#
This chapter describes the APIs used in the GNU Taler project. It includes both APIs that are pre-existing as well as APIs specific to the project.
These protocol specifications define the interfaces between the core components of GNU Taler. Most of these interfaces use HTTP-based RESTful protocols using JSON. In the documentation, we use TypeScript syntax to describe the JSON objects used in our REST APIs.
- 16.1. Overview
- 16.2. Conventions for Taler RESTful APIs
- 16.3. Exchange RESTful API
- 16.4. Merchant Backend RESTful API
- 16.5. Wallet-Core API Documentation
- 16.6. Auditor RESTful API
- 16.7. Backup and Synchronization RESTful API
- 16.8. Challenger Service RESTful API
- 16.9. Directory RESTful API
- 16.10. Mailbox RESTful API
- 16.11. Bank RESTful APIs
- 16.12. Donau RESTful API
- 16.13. Taler Observability RESTful API
- 16.14. Taler EbiSync RESTful API