Renta REST API
The Renta REST API allows you to manage core resources: Source, Destination, Pipeline, and Tracking plan.
The Renta REST API supports CRUD operations, which allow you to fully manage all resources via the API.
The table below shows the available resources and their supported operations:
| Resource | Supported operations |
|---|---|
| Source | Create, list, update, delete |
| Destination | Create, list, update, delete |
| Pipeline | Create, list, update, delete, run |
| Tracking plan | Create, list, update, delete |
API Endpoint
The Renta REST API is accessible via the following base URL.
| Region | Base URL (endpoint) |
|---|---|
| Europe | https://api.eu.renta.im |
Postman collection
To simplify API exploration and integration, we provide a ready-to-use Postman collection. It includes pre-configured requests for all available endpoints and authentication setup.
We highly recommend using the Postman collection to streamline the implementation process, simplify testing, and accelerate your onboarding with the Renta API.
HTTP status codes
The API uses standard HTTP status codes to indicate the success or failure of a request.
| Code | Description |
|---|---|
| 200 | OK. The request was successful, and the server returned the expected response. |
| 400 | Bad Request. The request is invalid due to malformed JSON, missing, or invalid parameters. |
| 401 | Unauthorized. Authentication failed typically due to a missing or invalid token. |
| 403 | Forbidden. The authenticated user does not have the necessary permissions to access the requested resource. |
| 500 | Internal Server Error. An unexpected error occurred on the server. Please contact support if the issue persists. |
Rate Limiting
The API is rate-limited. Usage can be tracked through response headers such as X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset.
Quick start with Postman
Follow these simple steps to make your first API call and start integrating Renta into your workflow.
Navigate to your Renta dashboard and generate an API token. Keep this token secure as it provides full access to your account.
Download our Postman collection and import it into your Postman workspace for easy testing.
Test the connection by listing your sources:
curl -X GET "https://api.eu.renta.im/sources" \
-H "Authorization: Bearer YOUR_API_TOKEN"Ready to get started?
Build your data pipeline today or get a personalized demo. Start free!
Need help?
Get expert support to ensure your project succeeds. We're here to help!
Feature requests?
Help shape our product! Share your ideas for new features and integrations.