Skip to main content
GET
/
api
/
v2
/
external
/
orgs
/
{slug}
/
transactions
List transactions
curl --request GET \
  --url https://api.example.com/api/v2/external/orgs/{slug}/transactions
{
  "transactions": [
    {
      "id": "<string>",
      "kind": "<string>",
      "amount": "<string>",
      "metadata": {},
      "idempotency_key": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Path Parameters

slug
string
required

Query Parameters

kind
string | null
source
string | null
before
string | null
before_id
string | null
limit
integer | null

Response

Successful Response

transactions
OrgTransactionResponse · object[]
required