v1

latestOpenAPI 3.0.02026-07-2412592575.3 KB
auth

Pushed Authorization Request endpoint. Retrieve a request_uri that can be used with the oidc/auth endpoint. More info here: https://docs.moneyhubenterprise.com/docs/how-to-use-pushed-authorization-request-par-endpoint

post/oidc/request

Response

A successful response with request_uri

request_uristring

Access Token

expires_ininteger required

Request URI expiry

Example response

{
  "request_uri": "urn:ietf:params:oauth:request_uri:XqjKQPKBho2762E3_v1og",
  "expires_in": 60
}