Skip to content
Banking/open banking

sinao.app

Sinao sandbox and mock API

Sinao API for account management, apps administration and network exploration Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
272
Collections
-
Event types
-
example request
curl https://your-sinao.slurry.io/v1/apps \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.1.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 272.

  • GET/apps
  • POST/apps
  • GET/apps/access/invite/{accessToken}
  • DELETE/apps/access/invite/{accessToken}
  • POST/apps/access/invite/{accessToken}/register
  • GET/apps/{appId}
  • GET/apps/{appId}/access
  • GET/apps/{appId}/access/invite
  • POST/apps/{appId}/access/invite
  • DELETE/apps/{appId}/access/invite/{id}
  • GET/apps/{appId}/access/profiles
  • GET/apps/{appId}/access/{userId}