This guide includes an overview of error codes you might see from both the API and our SDKs.

API Errors

Whatever the HTTP error code is, the response payload will contain the following object:

message: string or string array - The list of errors.

error: string - HTTP error message.

statusCode: number - HTTP error code.

API Error Codes

CodePossible Reasons
400 - Bad RequestRequired parameter is missing, or Invalid parameter or Search query yield no result
403 - ForbiddenAPI Key is missing or invalid
429 - Too Many RequestsYou have run out of credit
500 - Internal Server ErrorSomething’s up on our end

SDK Errors

Python & JS SDK Error Types

TypeReason
LinkupInvalidRequestErrorRequired parameter is missing, or Invalid parameter
LinkupNoResultErrorSearch query yield no result
LinkupAuthenticationErrorAPI Key is missing or invalid
LinkupInsufficientCreditErrorYou have run out of credit
LinkupUnknownErrorAnything else