GET
/api/v2/mor/public/users/{userId}/cards/{cardId}/transactionsGet transaction history for a card currently assigned to a user_simple in the API key's merchant.
Limit defaults to 50 and is clamped to 1–100; offset defaults to 0 and is clamped to at least 0. The existing simple-user service verifies both merchant ownership and the current user assignment.
Authentication
Send your API key in the x-api-key header on every request.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| userId (path) | integer (int32) | Yes | |
| cardId (path) | integer (int32) | Yes | |
| limit (query) | unknown | No | |
| offset (query) | unknown | No |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| Data | array of MorAssignedCardTransaction | No | |
| Total | unknown | No | |
| Limit | unknown | No | |
| Offset | unknown | No |
Example request
curl -X GET "https://{base_url}/api/v2/mor/public/users/{userId}/cards/{cardId}/transactions" \
-H "x-api-key: YOUR_API_KEY"This page is generated from the live OpenAPI specification and always matches the current API.