Create an auth requestAsk AIpost https://identity.moneyhub.co.uk/auth-requestsRequires auth_requests:write scope.Body ParamsredirectUristringOne of the redirect uri that is set up under your API client. Required until separate bank registration is completeuserIdstringlength between 24 and 24The id of the user. Required for second use case - account access.scopestringrequiredThe scope for the auth requestconnectionIdstringThe connection id. Required when scope has 'reauth' or 'refresh'paymentobjectpayment objectstandingOrderobjectstandingOrder objectrecurringPaymentobjectrecurringPayment objectreversePaymentobjectreversePayment objectcategorisationTypestringenumType of transaction categorisation to use. Defaults to personal categoriespersonalpersonalbusinessAllowed:personalbusinessbenefitsCheckbooleanIf you require the connection to check for benefits payments, set this to truetruefalsecounterpartiesCheckarray of uuidsIf set, will check the connection for transactions with these counterparties. Will return true if one exists.counterpartiesCheckADD uuidpermissionsarray of stringsDefines permissions, which can enable functionalities like standing orders or beneficiaries. Can also be used to apply a lighter set of permissions than the default set. The behavior depends on 'permissionsAction'.permissionsADD stringpermissionsActionstringenumDictates how 'permissions' function. 'add' (default) to increment, or 'replace' to substitute default permissions.replaceaddreplaceAllowed:addreplaceexpirationDateTimedate-timeThe date time that an AIS consent will expire at. If no user ID is provided, expiry will default to 24 hours. Maximum allowed 90 days from now.transactionFromDateTimedate-timeThe date time transactions will be retrieved from. Maximum allowed 24 months before now.syncobjectOptions for the sync of a connectionsync objectcustomerIpAddressstringThis field could be used to pass the custom customer's IP address to the bank.customerLastLoggedTimestringThe time when the customer last logged in represented as an ISO 8601 date-time format including timezoneResponses 200Successful Auth Request Response 400Unsuccessful Response - Bad request - Missing query parameters - Missing body properties 401Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token 403Unsuccessful Response - Forbidden - Invalid scopesUpdated 7 months ago