REST API Reference
v1.0.0
Example OpenAPI specification used to demonstrate Bengal's autodoc OpenAPI extraction. The demo covers authentication, pagination, nested schemas, and polymorphic payment methods.
12
Endpoints
23
Schemas
4
Categories
Base URLs
https://api.demo.bengal.sh
https://staging.demo.bengal.sh
Authentication
bearerAuth
httpAuthorization: Bearer YOUR_TOKEN
apiKeyAuth
apiKeyX-API-Key: YOUR_API_KEY
oauth2
oauth2Authorization: Bearer ACCESS_TOKEN
Users
Orders
Payments
Inventory
Schemas
BaseResource
object
UserBase
object
User
object
UserCreate
object
UserUpdate
object
Address
object
SessionCreate
object
SessionToken
object
OrderStatus
string
Money
object
OrderLineItem
object
Order
object
OrderCreate
object
OrderUpdate
object
PaginatedUserList
object
PaginatedOrderList
object
PaymentMethodCard
object
PaymentMethodBank
object
PaymentRequest
object
Payment
object
PaymentFailure
object
InventoryItem
object
ErrorResponse
object