Use the API in External Applications

To use the API from Postman, Curl, or your app:

Example Curl request:

curl -X GET "https://your-api-management.azure-api.net/api-name/endpoint" \

-H "Ocp-Apim-Subscription-Key: YOUR_PRIMARY_KEY"

Example using Postman:

  • Set method and URL

  • In Headers, add:

    • Key: Ocp-Apim-Subscription-Key

    • Value: your subscription key