{ "opencollection": "1.0.0", "info": { "name": "Stitch Authentication Financial Data API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Financial Data", "type": "folder" }, "items": [ { "info": { "name": "Execute GraphQL Query or Mutation", "type": "http" }, "http": { "method": "POST", "url": "https://api.stitch.money/graphql", "body": { "type": "json", "data": "{}" } }, "docs": "Execute any Stitch GraphQL query or mutation. The Stitch API is GraphQL-first, following the Relay Server Specification. Supports payment initiation, bank account data retrieval, disbursements, and payment status tracking. All operations require a Bearer access token." } ] } ], "bundled": true }