Fire
Connector for the fire API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.fire.com/business - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getaccounts— GET /v1/accounts — List all fire.com Accountsgetaccountbyid— GET /v1/accounts/{ican} — Retrieve the details of a fire.com Accountgetlistofaspsps— GET /v1/aspsps — Get list of ASPSPs / Banksgetbatches— GET /v1/batches — List batchesgetdetailssinglebatch— GET /v1/batches/{batchUuid} — Get details of a single Batchgetlistofapproversforbatch— GET /v1/batches/{batchUuid}/approvals — List Approvers for a Batch
Inputs
apiKey— your fire API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getaccounts
apiKey: <your key>