Example

GET https://sample-url-to-brugle-api.com/v1/api/items

Ocp-Apim-Subscription-Key: {subscriptionKey} 
Authorization: Bearer {token}

ODS Authentication

The ODS API authentication requires a bearer token and a subscription key. Both will be provided by Bru.

For each request to the API, both headers must be provided as shown in the example.

If the subscription key or the token is invalid, a proper error message will be returned.