Returns a specific hosted pageAsk AIget https://sepaexpress-prod-fx.azurewebsites.net/api/services/v2/HostedPages/{id}Returns a specific hosted page.Path ParamsidstringrequiredQuery ParamsincludeMerchantboolean | nullIndicates whether the full merchant object should be included. Optional.truefalseincludeConnectorboolean | nullIndicates whether the full connector object should be included. Optional.truefalseincludeCustomerboolean | nullIndicates whether the full customer object should be included. Optional.truefalseincludeBankAccountboolean | nullIndicates whether the full bank account object should be included. Optional.truefalseincludeMandateboolean | nullIndicates whether the full mandate object should be included. Optional.truefalseincludePaymentboolean | nullIndicates whether the full payment object should be included. Optional.truefalseincludeRequestToPayboolean | nullIndicates whether the full RequestToPay object should be included.truefalseincludeRefundboolean | nullIndicates whether the full refund object should be included. Optional.truefalseincludePayoutboolean | nullIndicates whether the full payout object should be included. Optional.truefalseResponses 200Ok. Standard response for successful HTTP requests. 400Bad Request. The request could not be understood by the server, usually due to malformed syntax. 401Unauthorized. The client did not provide a valid authentication HTTP header or the user making the request has been disabled. 403Forbidden. The client provided a valid authentication header, but does not have permission to access this resource. 404Not Found. The requested resource was not found. 429Too many requests. A rate limit has been reached.Updated 7 months ago