Skip to main content
GET
/
v3
/
profiles
/
{profile}
/
transactions
/
claims
Browse Profile Transaction Claims
curl --request GET \
  --url http://localhost/api/v3/profiles/{profile}/transactions/claims
{
  "data": [
    {
      "id": 123,
      "status": "<string>",
      "profile_id": "<string>",
      "transaction_receipt_ref": "<string>",
      "transaction_transacted_at": "<string>",
      "transaction_timezone": "<string>",
      "transaction_total": "<string>",
      "transaction_location_external_code": "<string>",
      "attempts": 123,
      "claimed_transaction_id": 123,
      "claimed_at": "<string>",
      "last_checked_at": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

profile
string<uuid>
required

The profile ID

Query Parameters

page[size]
string

Response

Array of TransactionClaim

data
TransactionClaim · object[]
required