# Fire Financial Services Business API **Provider:** Fire Financial Services Business **Category:** ai **Base URL:** `https://api.fire.com/business` **Auth:** bearer — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.fire.com ## Description The fire.com API allows you to deeply integrate Business Account features into your application or back-office systems. The API provides read access to your profile, accounts and transactions, event-driven notifications of activity on the account and payment initiation via batches. Each feature has ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.fire.com/business/v1/accounts` | List all fire.com Accounts | | POST | `https://api.fire.com/business/v1/accounts` | Add a new account | | GET | `https://api.fire.com/business/v1/accounts/{ican}` | Retrieve the details of a fire.com Account | | GET | `https://api.fire.com/business/v1/accounts/{ican}/transactions` | List transactions for an account (v1) | | GET | `https://api.fire.com/business/v1/accounts/{ican}/transactions/filter` | Filtered list of transactions for an account (v1) | | POST | `https://api.fire.com/business/v1/apps` | Create a new API Application | | POST | `https://api.fire.com/business/v1/apps/accesstokens` | Authenticate with the API. | | GET | `https://api.fire.com/business/v1/aspsps` | Get list of ASPSPs / Banks | ## Authentication Bearer token in the Authorization header ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://api.fire.com/business/v1/accounts' \ -H 'Authorization: Bearer YOUR_TOKEN' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Fire.com Irish/UK business banking API; pricing per transaction. --- *Source: [API Map](https://apimap.dev/apis/fire-financial-services-business/) — CC BY 4.0*