Rate Limiting
Learn about the rate limits the Lia API enforces and how to handle them effectively.
Rate Limits
Rate Limit Headers
Header
Description
HTTP/2 200 OK
Content-Type: application/json
X-RateLimit-Limit: 120
X-RateLimit-Remaining: 119
X-RateLimit-Reset: 1706486460
{
"user": {
"id": "usr_123",
"email": "[email protected]",
"name": "John Doe"
}
}Rate Limit Exceeded Response
Last updated
Was this helpful?