---
title: "List all API applications"
method: GET
path: "/v1/apps"
tags: ["API and Webhooks"]
---

# List all API applications

`GET /v1/apps`

This endpoint returns a list of API applications created under your Fire account. You will need to enable PERM_BUSINESS_GET_APPS to use this endpoint.

## Response `200`

Successful response

- object
  - `applications` Application[]
    - `applicationId` integer — This is the ID number of the API application
    - `name` string — This is the name given to the API application by the fire.com user
    - `clientId` string — This is the ID of client associated with the application
    - `refreshToken` string — This is the refresh token associated with the application
    - `enabled` boolean — This is whether or not the application is enabled for usage
    - `numberOfApprovalsRequired` integer — This is the number of approvals required for any application actions. Only for applications with batch payment permissions enabled.
    - `numberOfPaymentApprovalsRequired` integer — This is number of approvals required for any payment batches. Only for applications with batch payment permissions enabled.
    - `numberOfPayeeApprovalsRequired` integer — This is the number of approvals required for Payees. Only for applications with batch payment permissions enabled.
    - `isPayeeCheckEnabled` boolean — This is whether or not Verfication of Payee checks are required for SEPA payments before a batch can be submitted.

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/revisions/1d19896d095c/schema)
