Sandbox Banking · Example Payload

Sandbox Banking List Integrations Example

Example request and response for listing Glyue integration workflows configured in the Sandbox Banking platform.

API IntegrationBankingCore BankingCredit UnionsFinancial-ServicesFintechIntegration PlatformiPaaSOpen Banking

Sandbox Banking List Integrations 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": "List Integrations",
  "description": "Example request and response for listing Glyue integration workflows configured in the Sandbox Banking platform.",
  "request": {
    "method": "GET",
    "url": "https://your-institution.sandboxbanking.com/api/integrations",
    "headers": {
      "Authorization": "Token {{GLYUE_API_TOKEN}}",
      "Accept": "application/json"
    },
    "queryParameters": {
      "status": "active",
      "page": 1,
      "page_size": 20
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "count": 3,
      "next": null,
      "previous": null,
      "results": [
        {
          "id": "intg-001",
          "name": "Loan Booking to Fiserv Signature",
          "description": "Books approved loans from nCino LOS into Fiserv Signature core banking.",
          "status": "active",
          "integrationType": "web_service_api",
          "sourceSystem": "nCino",
          "targetSystem": "Fiserv Signature",
          "serviceRequestCount": 3,
          "createdAt": "2025-06-01T09:00:00Z",
          "updatedAt": "2026-04-15T14:30:00Z"
        },
        {
          "id": "intg-002",
          "name": "Member Onboarding to Jack Henry Symitar",
          "description": "Creates new credit union member records in Jack Henry Symitar from Salesforce CRM.",
          "status": "active",
          "integrationType": "web_service_api",
          "sourceSystem": "Salesforce",
          "targetSystem": "Jack Henry Symitar",
          "serviceRequestCount": 5,
          "createdAt": "2025-08-20T11:00:00Z",
          "updatedAt": "2026-03-10T16:45:00Z"
        },
        {
          "id": "intg-003",
          "name": "KYC Identity Verification",
          "description": "Routes new account opening requests through Alloy identity verification before core banking account creation.",
          "status": "active",
          "integrationType": "web_service_api",
          "sourceSystem": "Digital Account Opening",
          "targetSystem": "Alloy",
          "serviceRequestCount": 2,
          "createdAt": "2025-11-05T08:30:00Z",
          "updatedAt": "2026-05-01T10:00:00Z"
        }
      ]
    }
  }
}

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-list-integrations-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.