General
The application has a programmable interface, called an API (Application Programming Interface) for short. With this it is possible to exchange information between the application and third parties.
Protocol
Communication takes place exclusively via the http
-protocol and port 443
Security and Releases
All communication takes place via HTTPS with a SHA-256 RSA encrypted SSL certificate. If your system is installed behind a firewall, the following approvals are required
- Protocol:
http
- Port:
443
- DNS Names / A-Record:
kunden-systeme-384614943.eu-central-1.elb.amazonaws.com
Base Address
The base URL for all calls is
1 | https://api.meldescheine.de/ |
URL Suffix
All calls to a URL should be made with a concluding slash (/
).
Incorrect:
1 | Generating a token POST https://api.meldescheine.de/api/token |
Correct:
1 | Generating a token POST https://api.meldescheine.de/api/token/ |