Skip to main content
These HTTP status codes are returned in API calls to indicate the overall success or failure of a request.
CodeDescriptionWhy could you be seeing this code?
200OKReturned as a general success code.
201CreatedReturned when a new resource (e.g., a verification session) was successfully created.
400Bad RequestReturned when the server deems that something is incorrect on the client side. Check the response payload for additional troubleshooting details to understand the specific issue.
401UnauthorizedReturned when there is an issue with your authentication, such as a missing, invalid, or expired API Key.
404Not FoundReturned when the requested resource (e.g., a verification session ID) cannot be found.
500Internal Server ErrorA generic error message returned when something went wrong on Helium ID’s end.