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

Health

Endpoint

Health check (deploy probe)

GET
http://localhost:5088
/health

Health check (deploy probe) › Responses

Healthy

No data returned
GET/health
curl --request GET \ --url http://localhost:5088/health
shell
Example Responses
No example specified for this content type

MetaItems