Security
  • 21 May 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Security

  • Dark
    Light

Article summary

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?

What's Next