Errors
Error Responses
Our platform uses conventional HTTP response codes to indicate success or failure of an API request. In general:
Codes in the
2xx
range indicate success.Codes in the
4xx
range indicate an error resulting from the provided information (e.g., missing parameter, authentication failure).Codes in the
5xx
range indicate an error with our servers.
Errors will include a message for debugging purposes.
Rate Limiting
The GiftHub Api service enforces rate limiting to ensure fair usage and protect against abuse. If you exceed the rate limit, you will receive a 429 Too Many Requests
response. Please contact support for rate limit adjustments.
Last updated