Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
Body
Token grant type. Only client_credentials supported.
Actions to be allowed for this token, given as one or more strings separated by spaces. If omitted, all actions allowed for your application will be granted to this token.
Your application's MoneyKit client ID.
Your application's MoneyKit client secret.