The API will return conventional classes of HTTP status codes to indicate the success or failure of an API request. In case of an error, we will return the correspondent error code.

Error CodeMeaning
400Bad Request - Your parameters are invalid.
401Unauthorized - Your API key is wrong.
403Forbidden - Your account is on pause, or you don't have a subscription.
404Not Found - The data you try to retrieve doesn't exist.
429Too Many Requests - You're making too many requests.
50X Internal Server ErrorWe had a problem with our server. Try again later or contact the ProfileFinder Customer Success team.

What’s Next