---
title: "List all limits"
method: GET
path: "/v2/limits"
tags: ["Profile Management"]
---

# List all limits

`GET /v2/limits`

This endpoint returns an array of limit information. You will need to enable PERM_BUSINESS_GET_LIMITS to use this endpoint.

## Response `200`

An object of limit information

- Limit
  - `limitType` 'STATIC_MONETARY' | 'STATIC_COUNT' | 'DAILY_MONETARY' | 'DAILY_COUNT' | 'TOTAL_MONETARY' | 'TOTAL_COUNT' — This is type of the limit itself
  - `level` union — Details of the level used for the limit
    - Service — Utilisation Level Type
      - `type` string — Level Type (always "SERVICE")
      - `service` string — The service type for the limit
    - ServiceGroup
      - `type` string — This is the service group type
      - `description` string — This is a description of the service group type
  - `country` Country
    - `code` string — The 2-letter code for the country - e.g. `IE`, `GP`...
    - `description` string — The name of the country
  - `currency` Currency — The currency.
    - `code` string — The three letter code for the currency.
    - `description` string — The name of the currency
  - `value` integer — This the total availability based on the limit type defined
  - `remainingValue` integer — This is the remaining availability based on the limit type defined

## 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/versions/1d19896d095c/schema)
