Hosting Practices
Addressing & Routing information
Redeam Partner APIs MUST be hosted behind a valid, fully-qualified domain name (e.g. api.partner.com).
Connections to the Partner API MUST support HTTPS using TLS v1.2 or above with a valid certificate.
The path component of the Partner API URL MUST utilize a prefix that is common to all Partner API methods.
In the example below, the Create Booking endpoint and Cancel Booking endpoints share a common path prefix of /redeam
:
https://api.partner.com/redeam/bookings
https://api.partner.com/redeam/bookings/cancel
Was this page helpful?