aYOUne
← Developer Hub

Errors & Rate Limits

HTTP status codes

CodeMeaningTypical cause
200OKRequest successful
401UnauthorizedToken missing or expired
402Payment RequiredModule not licensed
403ForbiddenNo permission
404Not FoundResource not found
429Too Many RequestsRate limit exceeded

Rate limits

1,500 req/h per IP, 3,600 req/h per token. 429 response includes Retry-After header.

Response format

All responses: { payload, meta }. Always read response.payload, not response.data.