Identity & SSO
okta.com
Test against the Okta Management API API
A hosted, stateful simulation shaped like the Okta Management API API. Writes persist, data moves on a schedule and every change can fire a signed webhook. Unofficial: not affiliated with okta.com.
- Operations
- 310
example request
curl https://api.slurry.io/s/your-okta/api/v1/apps \
-H "Authorization: Bearer slurry_sim_live_..."Your simulation gets its own hostname, key and IP allow-list. Spec snapshot: version 2026.08.4.
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 310.
- GET/api/v1/apps
- POST/api/v1/apps
- GET/api/v1/apps/{appId}
- PUT/api/v1/apps/{appId}
- DELETE/api/v1/apps/{appId}
- GET/api/v1/apps/{appId}/connections/default
- POST/api/v1/apps/{appId}/connections/default
- GET/api/v1/apps/{appId}/connections/default/jwks
- POST/api/v1/apps/{appId}/connections/default/lifecycle/activate
- POST/api/v1/apps/{appId}/connections/default/lifecycle/deactivate
- GET/api/v1/apps/{appId}/credentials/csrs
- POST/api/v1/apps/{appId}/credentials/csrs