6353e9b9af6f

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Disputes (Beta)

list disputes

get/investigations/disputes

Response

OK

Example response

{
  "data": [
    {
      "id": "0196f9a6-c8ba-9b54-2913-5e0a8d42dd40",
      "attributes": {
        "raised_at": "2025-05-23T12:00:00Z",
        "state": "open"
      },
      "links": {
        "self": "/investigations/disputes/0196f9a6-c8ba-9b54-2913-5e0a8d42dd40"
      },
      "relationships": {
        "events": {
          "data": [
            {
              "id": "0196f9a7-1aca-54a5-ba76-722e8e70deda",
              "attributes": {
                "at": "2025-05-23T14:30:00Z"
              }
            }
          ]
        },
        "uploads": {
          "data": [
            {
              "id": "0196f9a7-3465-ae88-7cc8-6fabacb573bc",
              "attributes": {
                "urn": "urn:example:0196f9a7-3465-ae88-7cc8-6fabacb573bc"
              }
            }
          ]
        }
      }
    }
  ]
}