Skip to main content
GET
/
v1
/
reports
List reports
curl --request GET \
  --url https://api.swippee.com/v1/reports \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "report_id": "<string>",
      "status": "<string>",
      "bank_code": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

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

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Query Parameters

limit
integer
default:20
Required range: x <= 100
status
enum<string>
Available options:
complete,
processing,
failed

Response

A list of reports

data
object[]