APIToGoAPIToGo
Sample Dotnet Backend
  • API Reference
  • Pricing

Getting Started

Getting Started

This dev portal documents the sample-dotnet-backend — a minimal ASP.NET Core 8 API for APItoGo integration testing.

Local backend

From sample-dotnet-backend:

TerminalCode
dotnet run --project SampleDotnetBackend.csproj
  • Root: http://localhost:5088/
  • Health: http://localhost:5088/health

API areas

  • Items — CRUD over in-memory items (/api/items)
  • Echo — request echo for integration tests (/api/echo)
  • Utilities — helper endpoints for deploy verification
  • Health — /health probe used by APItoGo backend deploy

Plans

PlanAccess
FreeRead items (GET /api/items, GET /api/items/{id})
ProFull items CRUD

Deploy backend

Build a Linux deploy zip:

TerminalCode
bash scripts/publish-zip.sh

Then deploy via APItoGo with runtime=dotnet and runtimeVersion=DOTNET_8.

Project

  • APItoGo project ID: 77a792e6-1d07-42fd-a55b-3758be366534
  • Backend source: sample-dotnet-backend
  • OpenAPI: wired at /api in this portal
Last modified on July 14, 2026
On this page
  • Local backend
  • API areas
  • Plans
  • Deploy backend
  • Project