- Base URL:
https://www.sentivel.com/api/v1 - Format: JSON in, JSON out. Times are ISO 8601 (UTC).
- Auth: an org API token sent as a Bearer credential. See Authentication.
Response shape
A single resource is returned underdata. A list is an array under data with a
pagination object (?page + ?per_page, default 50, max 250):
Errors
Errors carry a stablecode, a human message, and optional field details:
Rate limits
Requests are limited per token. Every response carriesX-RateLimit-Limit,
X-RateLimit-Remaining, and X-RateLimit-Reset headers. A 429 also includes
Retry-After (seconds).
Reference
Browse the full API reference for every endpoint, field, and response, generated from the live OpenAPI spec at/api/v1/openapi.json.