GET/api/v2/mor/public/users/{userId}/cards/{cardId}/transactions

Get 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

Request parameters
FieldTypeRequiredDescription
userId (path)integer (int32)Yes
cardId (path)integer (int32)Yes
limit (query)unknownNo
offset (query)unknownNo

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
Dataarray of MorAssignedCardTransactionNo
TotalunknownNo
LimitunknownNo
OffsetunknownNo

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.