Skip to content

Errors

The DiscoLike API uses conventional HTTP response codes to indicate success or failure of requests.

Error CodeMeaning
400Bad Request — Your request is invalid
401Unauthorized — Your API key is wrong
403Forbidden — You don’t have access to this resource
404Not Found — The specified resource could not be found
422Unprocessable Entity — The request was well-formed but contains semantic errors
429Too Many Requests — You’re making too many requests
500Internal Server Error — We had a problem with our server
503Service Unavailable — We’re temporarily offline for maintenance

/count, /discover, /contacts, /contacts/count, /contacts/match, /match, /bulkmatch, and /append reject unknown query parameters with 422 Unprocessable Entity and an extra_forbidden detail — typos are surfaced rather than silently ignored. Documented deprecated aliases (e.g. exact_matchphrase_match, vendortech_stack, nl_matchicp_text) continue to work for backward compatibility.