---
title: "Retrieve profile limits"
method: GET
path: "/v4/spend/profiles/{profileId}/spend-limits"
tags: ["spend-limits"]
---

# Retrieve profile limits

`GET /v4/spend/profiles/{profileId}/spend-limits`

Retrieves the spend limits that are configured for a profile.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Profile spend limits.

- object
  - `spendLimits` ProfileLimits[]
    - `type` 'PURCHASE' | 'ATM_WITHDRAWAL' — The type of transaction. `PURCHASE` is a combined limit that applies to contactless, magnetic, online purchase, chip and PIN/mobile wallet transactions.
    - `aggregateWindow` object
      - `daily` object
        - `value` object — Daily limit. The value should be between 0 and the max allowed.
          - `amount` number
          - `currency` string
        - `usage` object — The total authorised amount to date.
          - `amount` number
          - `currency` string
        - `max` object — The max allowed limit for [daily](https://wise.com/help/articles/2899986/what-are-my-spending-limits).
          - `amount` number
          - `currency` string
        - `resetAt` string, date-time — The time when the limit gets reset. ISO-8601 timestamp with timezone.
      - `monthly` object
        - `value` object — Monthly limit. The value should be between 0 and the max allowed.
          - `amount` number
          - `currency` string
        - `usage` object — The total authorised amount to date.
          - `amount` number
          - `currency` string
        - `max` object — The max allowed limit for [monthly](https://wise.com/help/articles/2899986/what-are-my-spending-limits).
          - `amount` number
          - `currency` string
        - `resetAt` string, date-time — The time when the limit gets reset. ISO-8601 timestamp with timezone.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
