Sandbox Banking · Example Payload

Sandbox Banking Run Integration Example

Example request and response for executing a Glyue integration workflow via the POST /integrations/{integrationId}/run endpoint. Demonstrates a loan booking integration posting to Fiserv Signature.

API IntegrationBankingCore BankingCredit UnionsFinancial-ServicesFintechIntegration PlatformiPaaSOpen Banking

Sandbox Banking Run Integration Example is an example object payload from Sandbox Banking, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "Run Integration",
  "description": "Example request and response for executing a Glyue integration workflow via the POST /integrations/{integrationId}/run endpoint. Demonstrates a loan booking integration posting to Fiserv Signature.",
  "request": {
    "method": "POST",
    "url": "https://your-institution.sandboxbanking.com/api/integrations/intg-001/run",
    "headers": {
      "Authorization": "Token {{GLYUE_API_TOKEN}}",
      "Content-Type": "application/json",
      "Accept": "application/json"
    },
    "body": {
      "loan_number": "LN-2026-001234",
      "borrower_id": "CUST-98765",
      "loan_amount": 285000.00,
      "loan_type": "conventional_30yr",
      "rate": 6.875,
      "origination_fee": 2850.00,
      "closing_date": "2026-05-15",
      "property_address": {
        "street": "123 Main St",
        "city": "Springfield",
        "state": "IL",
        "zip": "62701"
      }
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "runId": "run-2026050200001",
      "status": "success",
      "integrationId": "intg-001",
      "startTime": "2026-05-02T14:30:00Z",
      "endTime": "2026-05-02T14:30:02.847Z",
      "responseBody": {
        "core_loan_id": "FS-2026-001234",
        "account_number": "1234567890",
        "booking_status": "booked",
        "effective_date": "2026-05-15"
      },
      "errorMessage": null
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/sandbox-banking-run-integration-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.