Retrieve an authorisation tokenCopy Pagepost 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 required - always client_credentials for caas endpointsclient_credentialsAllowed:client_credentialsscopestringrequiredThe required scopesclient_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 9 months ago