LinkHarbor uses conventional HTTP response codes to indicate the success or failure of an API request. This page lists the most common errors and how to handle them.
All errors follow a consistent JSON structure with a top-level error object.
{
"error": {
"message": "Invalid API key",
"type": "authentication_error",
"code": "invalid_api_key"
}
}