All OAuth2 APIs for authorisation process
BerlinGroup Token
  Method
  Description
  Method
  Description
POST
createTokenUsingPOST
  https://xs2a-sandbox.comdirect.de/berlingroup/v1/token
Exchange the authorisation code provided in the authorisation response for an access token.  Make sure to use for this request a body encoded as x-www-form-urlencode  
BerlinGroup Authorisation
  Method
  Description
  Method
  Description
GET
cancelAuthorizeUsingGET
  https://xs2a-sandbox.comdirect.de/berlingroup/authorization/cancel/authorize/{authorization-id}
OAuth2 Cancellation Authorize request. See How To Build your authorize URL for more information
GET
authorizeUsingGET
  https://xs2a-sandbox.comdirect.de/berlingroup/authorize/{authorization-id}
OAuth2 Authorize request. See How To Build your authorize URL for more information