Skip to main content
GET
/
sandbox
/
institutions
List sandbox-eligible test banks
curl --request GET \
  --url https://api-sandbox.ledgersyncappv2.com/v3/sandbox/institutions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "ins_sandbox_001",
      "name": "Sandbox Bank One",
      "logo_url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Pass your secret key in the Authorization header as a Bearer token: Authorization: Bearer sk_test_... (sandbox) or Bearer sk_live_... (production).

Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.

Response

Sandbox fixture catalog.

data
object[]
required