SilverStripe REST API
SilverStripe provides REST API capabilities via the restfulserver module, allowing CRUD operations on DataObject models over HTTP. Authentication supports API token headers (x-api-token) and session-based auth. Default result pagination limits apply (30 default, 100 max per request).