18. 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.
- 18.1. Overview
- 18.2. Conventions for Taler RESTful APIs
- 18.3. Exchange RESTful API
- 18.4. Merchant Backend RESTful API
- 18.5. Wallet-Core API Documentation
- 18.6. Auditor RESTful API
- 18.7. Backup and Synchronization RESTful API
- 18.8. Challenger Service RESTful API
- 18.9. Directory RESTful API
- 18.10. Mailbox RESTful API
- 18.11. Bank RESTful APIs
- 18.12. Donau RESTful API
- 18.13. Taler Observability RESTful API
- 18.14. Taler EbiSync RESTful API
- 18.15. Taler APNs Relay RESTful API