---
title: "List approvals for a batch."
method: GET
path: "/v1/batches/{batchUuid}/approvals"
tags: ["Batch Payments"]
---

# List approvals for a batch.

`GET /v1/batches/{batchUuid}/approvals`

This endpoint will return a list of the approvers for the selected batch. You will need to enable PERM_BUSINESS_GET_BATCH_APPROVALS to use this endpoint.

## Path parameters

- `batchUuid` string, required — The uuid of the batch.

## Response `200`

A list of approvers for this batch.

- BatchApprover
  - `approvals` object[]
    - `userId` integer — User id assigned by fire.com
    - `emailAddress` string — User email address
    - `firstName` string
    - `lastName` string
    - `mobileNumber` string
    - `status` string
    - `lastUpdated` string, date-time — The datestamp of the last action on this batch - ISO format - e.g. 2018-04-04T10:48:53.540Z

## 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)
