Authentication - OAuth 2.0

Authentication - OAuth 2.0

Van Marcke APIs are protected by the OAuth authentication protocol. A valid access token is required to consume an API. This token has to be included as HTTP header “Authorization” of type “Bearer Token” (https://tools.ietf.org/html/rfc6750).

 Supported OAuth 2.0 grant types:

💡 Please note that when using the OAuth 2.0 Client Credentials Grant, API responses will be generic and not tailored to a specific customer. This approach does not include the end customer context required for features such as customer-specific pricing or country-related product offerings.

OAuth - OpenID Connect (OIDC) Configuration Endpoints

 

Related content