---
title: "List transactions updated between two dates"
method: GET
path: "/transactions/updated_between/{start_date}/{end_date}"
tags: ["transactions"]
---

# List transactions updated between two dates

`GET /transactions/updated_between/{start_date}/{end_date}`

Use this endpoint to list transactions that were updated between two dates. This endpoint returns paginated results; each page will need to be requested separately to retrieve the data on that page. The `total_pages` field returns an integer representing the total pages to be requested.

## Path parameters

- `start_date` string, required
- `end_date` string, required

## Query parameters

- `account_guid[]` string
- `page` integer
- `records_per_page` integer
- `use_case` string[]
- `user_transaction_rule_guid` string

## Response `200`

OK

---

[API](https://skmtc.net/mx/apis/consent-management-v4-api.md) · [All operations](https://skmtc.net/mx/apis/consent-management-v4-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/consent-management-v4-api/revisions/bf6bb86ee0c8/schema)
