Live Sandbox API Playground
Interactive REST Console
Patient Check-in & Triage Queue
Auth: Bearer Token•SLA: <50ms
curl -X POST "https://api.devsamp.com/v1/patients/checkin" \
-H "Authorization: Bearer devsamp_live_pk_884219" \
-H "Content-Type: application/json" \
-d '{
"patientId": "PT-99201",
"name": "Ramesh Gupta",
"department": "Cardiology",
"priority": "HIGH",
"doctorCode": "DR-CARDIO-04"
}'Sandbox HTTP Response
Click "Send Request" to test live sandbox response.
3 MIN
Developer Quickstart
Make your first authenticated DevSamp API call in under 3 minutes.
Explore Specs
OPENAPI
REST API Reference
Interactive OpenAPI/Swagger documentation with cURL and Node.js code snippets.
Explore Specs
AUTH
Authentication & OAuth2
API Key headers, Bearer tokens, and token refresh mechanisms.
Explore Specs
SDKS
Client SDKs & Libraries
Official libraries for Node.js, Python, React, Go, and Flutter.
Explore Specs
EVENTS
Webhooks & Event Bus
Subscribe to real-time events: patient admitted, payment captured, invoice generated.
Explore Specs
CLI
DevSamp CLI Tools
Scaffold integration projects and test webhooks locally from your terminal.
Explore Specs
LIMITS
Rate Limits & Quotas
Token bucket rate limiting rules, burst capacities, and quota headers.
Explore Specs
ERRORS
Error Codes & Debugging
Standardized HTTP status codes, error payload schemas, and resolution guides.
Explore Specs