Sample Dotnet Backend
API Reference
Pricing
Sign in
Start free
Information
Meta
API welcome message
get
Health
Health check (deploy probe)
get
Items
List items
get
Create item
post
Get item by id
get
Replace item
put
Delete item
delete
Partially update item
patch
Echo
Echo JSON body
post
Echo form-urlencoded body
post
Echo multipart form (optional file)
post
Utilities
Basic arithmetic
post
Search items by text
get
Reflect request headers
get
Test
Plain text response
get
Return arbitrary HTTP status
get
Schemas
powered by apitogo
Menu
sample-dotnet-backend
sample-dotnet-backend
Health
Endpoint
http://localhost:5088
/
Health check (deploy probe)
GET
http://localhost:5088
/health
Health check (deploy probe) ›
Responses
200
503
Healthy
No data returned
Meta
Items