meta { name: Get account transactions type: http seq: 6 } get { url: https://bankaccountdata.gocardless.com/api/v2/accounts/{{ACCOUNT_ID}}/transactions body: none auth: none } headers { accept: application/json Authorization: Bearer {{ACCESS_TOKEN}} } vars:pre-request { ACCOUNT_ID: }