Die Entwicklerdokumentation ist derzeit nur auf Englisch verfügbar.
API v1.6

Stable Developer Documentation

Integrate with the Stable platform to build custom workflows, sync data with external systems, and automate your stable management operations.

  • Public REST API
  • 27 webhook events
  • iCal feed
  • Cursor pagination
Quick startMake your first API call in under a minute
$ curl https://api.stable.se/v1/horses \
  -H "Authorization: Bearer stl_sk_your_api_token" \
  -H "Content-Type: application/json"

# 200 OK
{
  "data": [
    { "id": "hrs_8f3a", "name": "Saga" }
  ],
  "next_cursor": "eyJpZCI6…"
}

Create an API token in your organization settings under Settings → API → Tokens.