crisphive

Pagination & sync feed

List endpoints accept page (default 1) and limit (default 15, max 1000) query parameters and return the matching page of results inside the response envelope.

curl "https://api.crisphive.com/v1/customers?page=1&limit=25" \
  -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"

Incremental sync with since

For incremental sync, pass an RFC 3339 since cursor to receive only records created or changed after that moment, and echo back the next_since value from each response on your next poll. Job requests also expose a dedicated feed at GET /v1/job-requests/changes built for short-polling.