Payments
squareup.com
Square Connect sandbox and mock API
Client library for accessing the Square Connect APIs Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 200
- Collections
- -
- Event types
- -
example request
curl https://your-squareup.slurry.io/v1/me/employees \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.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 200.
- POST/mobile/authorization-code
- POST/oauth2/clients/{client_id}/access-token/renew
- POST/oauth2/revoke
- POST/oauth2/token
- GET/v1/me/employees
- POST/v1/me/employees
- GET/v1/me/employees/{employee_id}
- PUT/v1/me/employees/{employee_id}
- GET/v1/me/roles
- POST/v1/me/roles
- GET/v1/me/roles/{role_id}
- PUT/v1/me/roles/{role_id}