Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Content-Type

application/json

The content/body in the and the response has to be, will be in json format

API

REST

Representational State Transfer

Servers

Production

https://services.cb.nl

Test

https://testservices.cb.nl

Supported SSL/TLS protocols

TLS1.2

 

TLS1.3

Authentication & Authorisation

Authentication

OpenID Connect (OIDC)

Authorisation

Bearer token

The token is requested via an API call with credentials known tot the customer. Credentials are specified as parameters

Content-Type: application/x-www-form-urlencoded

Code Block
languagejson
grant_type=client_credentials&client_id=<client-id>&client_secret=<client-secret>