Show transaction transcript
documentedRetrieve transcript details of a transaction.
GET /v1/transactions/{transaction_token}/transcriptTransactionsno implementation yet0 runsNo 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/{{$transaction_token}}/transcript" \
-u "{{SPREEDLY_ENV_KEY}}:{{SPREEDLY_ENV_SECRET}}" \
-X GET \
-H "Accept: text/plain"