Renvo
API docs
Renvo API

API reference

REST endpoints, webhook events, and SDK examples for integrating Renvo with your tools.

Base URL
https://userenvo.com/api/v1
Version
2026-05-05
Plan
Pro only

Quickstart

Generate a key in Settings → Developers, then verify it works:

Test your keybash
curl 'https://userenvo.com/api/v1/me' \
  -H 'Authorization: Bearer rv_live_…'

Resources

Concepts

  • Authentication — Bearer-token auth and key scopes
  • Errors — The error envelope and status codes
  • Pagination — Cursor pagination on list endpoints
  • Webhooks — Subscribing to events and verifying signatures
  • Versioning — How API versions work