Stoneware
ProductSolutionsDocumentationDevelopersSecuritySign inBook demo
Developers/Code examples

Code examples

Start from the same verified HTTPS + bearer-token contract in the language your integration service uses.

Verified behavior

  • Examples use the slabs read endpoint because it is safe to demonstrate without inventing a write payload
  • Keep the operational token on a trusted server
  • Retain filters while following next_after_id for pagination
  • Writes additionally require Content-Type application/json and a stable UUID Idempotency-Key
cURL
curl 'https://your-company.example/api/slab/v1/operations/slabs?per_page=30'   -H 'Authorization: Bearer YOUR_OPERATIONAL_TOKEN'   -H 'Accept: application/json'

Important

All example hostnames, IDs and tokens are placeholders. Test against staging first. The installed runtime services and exact OpenAPI contract remain authoritative for state transitions, nested schemas and additional permission checks.