HTTP action type

The HTTP method to use for requests

Financial DataOpen BankingOpen FinanceFinancial Data ExchangeConsumer PermissionedAccount DataTransactionsInvestmentsInsuranceTax DataPayrollRESTOAuth2FAPICFPB 1033
View JSON Schema on GitHub

JSON Schema

fdx-httpaction.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HTTP action type",
  "description": "The HTTP method to use for requests\n",
  "type": "string",
  "enum": [
    "GET",
    "POST",
    "PATCH",
    "DELETE",
    "PUT"
  ]
}