---
title: "Retrieve profile spend limits"
method: GET
path: "/v3/spend/profiles/{profileId}/spending-limits"
tags: ["spend-limits"]
deprecated: true
---

# Retrieve profile spend limits

`GET /v3/spend/profiles/{profileId}/spending-limits`

> **Deprecated.**

Retrieves the spending limits that are configured for a profile.

{% admonition type="warning" %}
This endpoint has been deprecated. Use [Retrieve profile limits](/api-reference/spend-limits/spendlimitsprofileget) instead.
{% /admonition %}

## Path parameters

- `profileId` integer, required

## Headers

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

## Response `200`

Profile spending limits.

- object
  - `spendings` object[] — A collection of spending resources.
    - `type` string — The spending category.
    - `limits` object[]
      - `type` string — The type of limit. One of `TRANSACTION`, `DAILY`, `MONTHLY`, `LIFETIME`.
      - `usage` number — The amount which has been captured for the specific type and limit up till now.
      - `threshold` number — The transaction limit configured for the spending limit.
      - `currency` string — The 3-digit currency code assigned to the spending limit.
      - `expiresAt` string, date-time, nullable — The timestamp at which the spending limit will expire, ISO-8601 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)
