API Reference
API Reference
Complete REST API for Underlayer. Authenticate with your workspace API key.
KEYAuthenticationAll authenticated endpoints require this header
Pass your API key in the X-Api-Key header on every request that requires authentication.
Generate a key in the dashboard under Settings → API Keys.
// Example cURL curl -H "X-Api-Key: ul_live_…" \ https://api.underlayer.dev/api/v1/scheduler/tasks
