Retrieve an authorisation tokenAsk AIpost https://identity.moneyhub.co.uk/oidc/tokenRequires Basic auth header to be sent with the client-id & client-secret base64 encodedForm Datagrant_typestringenumrequiredType of grant token requiredclient_credentialsauthorization_coderefresh_tokenAllowed:client_credentialsauthorization_coderefresh_tokenscopestringrequiredThe required scopessubstringThe user-id of the specific usercodestringThe authorization code for use when doing a client secret basic authredirect_uristringThe redirect URIclient_idstringThe client id for use when doing a private key JWT authclient_assertionstringFor use when doing a private key JWT authclient_assertion_typestringFor use when doing a private key JWT authResponses 200A successful token retrieval response 403Unsuccessful Response - Invalid scopesUpdated 8 months ago