Getting started
Welcome to the Rewind Public API! This RESTful API provides external access to Rewind's backup platform, allowing you to programmatically manage your backup accounts and monitor their status.
Base URL
https://developer.rewind.com
Prerequisites
To use the Rewind Public API, you'll need:
- A valid Rewind API key
- Your organization must have admin or owner permissions
Getting Your API Key
Any organization Owner or Admin can create an API key: sign in to app.rewind.com, open Settings → Security → API Tokens, and create a token.
Quick Start
- Get your API key: Follow the steps above to obtain an API key
- Make your first request: Test connectivity with the status endpoint
- Authenticate: Include your API key in the
X-API-Keyheader for protected endpoints - Explore: Use the documentation to explore available endpoints
Test API Connectivity
curl "https://developer.rewind.com/api/v1/status"