Developer Platform1 min read

API Reference

The Valstorm API is a RESTful interface that provides access to all core platform features, including record management, schema definitions, and automation controls.

Base URL

All API requests should be made to: https://api.valstorm.com/v1

Common Endpoints

  • /records: Create, read, update, and delete object records.
  • /schemas: Manage object definitions and fields.
  • /auth: Authentication and session management.
  • /automation: Manage and trigger automation flows.

Response Format

The API returns data in JSON format.

JSON
{ "status": "success", "data": { ... } }