REST API overview
Base URLs, authentication, rate limits, and error handling for the EGreed REST API.
Updated June 29, 2026 5 min read
Base URL
https://api.egreedtech.org/v1. HTTPS only.
Authentication
Authorization: Bearer <token>.
Rate limits
600 requests per minute per token by default.
Errors
{ "error": { "code": "not_found", "message": "Resource does not exist" } }apirestdevelopers