---
title: "Get Update Transaction Limit Request"
method: GET
path: "/{customer_profile_id}/transaction-limits-update-requests/{unique_id}"
---

# Get Update Transaction Limit Request

`GET /{customer_profile_id}/transaction-limits-update-requests/{unique_id}`

Get details on an update transaction limit request.

## Path parameters

- `customer_profile_id` string, required
- `unique_id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object
    - `id` string — Unique ID for this transaction limit update request.
    - `type` string — Request type.
    - `attributes` object
      - `status` string — Status of the transaction limit update request.
      - `customerProfileId` string — Customer profile ID.
      - `updatedAt` string — The timestamp when the update request was last updated.
      - `createdAt` string — The timestamp when the update request was created.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
