Account & billing
API keys and the REST API
Build your own integrations on the Revinsta REST API.

- Create a key under Settings > API Keys. The full key is shown once; store it safely. Keys can be revoked at any time.
- Call the API at
/api/v1with the key in theAuthorization: Bearerheader.
Available endpoints include properties, reviews (with filters for platform, rating, status and period), and summary statistics. Responses are JSON. Rate limits apply per key; heavy analytics use is better served by the CSV exports.
Keys inherit the access of the account that created them, so create keys from an account with the scope you actually want to expose.