Get Access Token

POST {{auth_url}}/token

Get the details of the account access consent as described in the Open Banking official documentation.

Request Body

[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}, {"name"=>"scope", "value"=>"openid", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}]