/
TO
totalshiftleft
/
API Learning Sandbox
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 17h ago · Updated 2w ago
View markdown
latest
OpenAPI 3.0.3
MIT
2026-08-10
47
11
55.4 KB
3b3179c504b0
Auth Testing
5
get
List every testable authentication scheme
get
Test a single authentication scheme
post
Test a single authentication scheme
get
OAuth2 authorization endpoint (authorization_code, PKCE)
post
OAuth2 token endpoint (client_credentials, password, authorization_code, refresh_token)
Authentication
5
post
Issue a JWT access token
post
Verify a JWT and return its claims
get
Get the authenticated identity for the current request
post
OAuth2 client_credentials grant (simplified)
get
Information about API Key authentication
Demo Data
2
get
Standard demo dataset — how to use it
post
Restore the standard demo dataset
End-to-End Flows
7
get
List available end-to-end flows
post
Flow: Create user → product → order
post
Flow: Issue JWT → create data → list data
post
Flow: REST create → GraphQL read → REST delete
post
Seed the store with demo products
post
Flow: Shopper registers → browses → orders → confirms
post
Flow: Manager receives → processes → completes an order
Learning
2
get
List all learning scenarios
get
Get a specific learning scenario with all steps
Orders
6
get
List orders
post
Create a new order
get
Get a single order by ID
put
Replace a order (full update)
delete
Delete a order by ID
patch
Partially update a order (PATCH)
Products
6
get
List products
post
Create a new product
get
Get a single product by ID
put
Replace a product (full update)
delete
Delete a product by ID
patch
Partially update a product (PATCH)
SOAP
2
get
SOAP WSDL / usage info
post
Execute a SOAP operation
System
4
get
Health check
get
API root — getting started guide
get
Get current session info
get
Machine-readable status
Users
6
get
List users
post
Create a new user
get
Get a single user by ID
put
Replace a user (full update)
delete
Delete a user by ID
patch
Partially update a user (PATCH)
get
/graphql
post
/graphql
System
Health check
Returns server status and uptime.
get
/health
Response
Default Response