APIToGoAPIToGo
Sample Dotnet Backend
  • API Reference
  • Pricing
Information
Meta
    API welcome messageget
Health
    Health check (deploy probe)get
Items
    List itemsgetCreate itempostGet item by idgetReplace itemputDelete itemdeletePartially update itempatch
Echo
    Echo JSON bodypostEcho form-urlencoded bodypostEcho multipart form (optional file)post
Utilities
    Basic arithmeticpostSearch items by textgetReflect request headersget
Test
    Plain text responsegetReturn arbitrary HTTP statusget
Schemas
powered by apitogo
sample-dotnet-backend
sample-dotnet-backend

Meta

Endpoint

API welcome message

GET
http://localhost:5088
/

API welcome message › Responses

200

Welcome JSON

message
​string
docs
​string
GET/
curl --request GET \ --url http://localhost:5088/
shell
Example Responses
{ "message": "Hello from sample-dotnet-backend", "docs": "docs" }
json
application/json

Health