Revup API overview

Understand authentication, scopes, rate limits, and the existing interactive API reference.

The Revup API provides account, promotion, participant, entry, winner, and contact endpoints under /api/v1.

Requests use an account API key in the required header and are limited by its scopes, promotion restrictions, and rate limits. Participant writes support idempotency so a safely retried request does not create duplicate work.

Use the customer API reference at Account β†’ API β†’ Documentation or /docs/api for endpoint schemas and examples. Keep API secrets server-side and validate responses rather than depending on undocumented fields.