Sign in

List transactions

documented

Retrieve an ordered list of transactions in the authenticated environment.

GET /v1/transactions.{format}Transactionsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://core.spreedly.com/v1/transactions.{{$format}}?order={{$order}}&since_token={{$since_token}}&state={{$state}}&count={{$count}}" \
  -u "{{$SPREEDLY_ENV_KEY}}:{{$SPREEDLY_SECRET}}" \
  -X GET \
  -H "Content-Type: application/{{$format}}" \
  -H "Accept: application/{{$format}}"
List transactions · Spreedly · OpenIntegrations