Orienteering Start Status Tracker

Track Runner Start Statuses

Import YAML files with runner start information and track which runners have been processed in external systems.

API Access

Import runner data programmatically using our HTTP API

Import API Endpoint
Send YAML data via HTTP POST to import runners
POST /api/import
Content-Type: application/x-yaml
curl -X POST \
-H "Content-Type: application/x-yaml" \
-H "Accept: application/json" \
--data-binary @runners.yml \
http://localhost:3000/api/import

View the complete API documentation for more details, including response formats and error handling.