Example responses for the Create User endpoint.
{
"id": "usr_abc123xyz",
"object": "user",
"email": "user@example.com",
"name": "John Doe",
"role": "user",
"created_at": "2024-01-15T10:30:00Z"
}{
"error": {
"code": "validation_error",
"message": "Invalid email format",
"field": "email"
}
}API documentation cards showing response examples with color-coded status badges. Headers section, JSON body with copy button, success/error variants.
devtools14
Interactive JSON editor with format, minify, and real-time validation. Valid/invalid status badge, copy button, and syntax error display.
devtools1
Interactive REST API endpoint reference with method badges, expandable parameter details, and response types. Grouped by resource.
devtools3
Code block with language tabs (JavaScript, Python, cURL, Go) and Shiki syntax highlighting. Dark theme with copy-to-clipboard and active tab indicator.
devtools15
Dependency version tracker with update availability, security fix indicators, and version comparison arrows.