Back to Rentro
Rentro API
v1REST API for dealerships and fleet managers. Programmatically manage your car listings.
Authentication
All API requests require an API key passed in the Authorization header. API keys are available to Rentro Pro subscribers from your Profile → Settings → API Key section.
# Include in every request curl -H "Authorization: Bearer dm_your_api_key_here" \ https://rentro.com.au/api/v1/listings
Rate Limiting
API keys are limited to 1,000 requests per day. The counter resets at midnight UTC. When the limit is exceeded, the API returns a 429 Too Many Requests response.
// Rate limit exceeded response
{
"error": "Rate limit exceeded: 1000 requests/day"
}Base URL
https://rentro.com.au/api/v1