- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
The authentication scheme for this API involves an API key which you can obtain from your account manager.
Below is an example showing where you would supply the API key as a header
curl --request GET \
--url 'https://kv-eai-apim.azure-api.net/external/booking-api/booking?bookingid=123' \
--header 'Ocp-Apim-Subscription-Key: [MY KEY HERE]' \
--header 'accept: application/json'
Was this article helpful?