You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 201 - Created / The request was successful and the resource was created
11
+
# 202 - Email verification in progress / The Email verification is still in progress. Feel free to make the same verification again as often as you want, it will only count as a single request until we return the response
12
+
# 204 - No content / The request was successful and no additional content was sent
13
+
# 222 - Email verification failed / The Email verification failed because of an unexpected response from the remote SMTP server. This failure is outside of our control. We advise you to retry later
14
+
# 400 - Bad request / Your request was not valid
15
+
# 401 - Unauthorized / No valid API key was provided
16
+
# 403 - Forbidden / You have reached the rate limit
17
+
# 404 - Not found / The requested resource does not exist
18
+
# 422 - Unprocessable entity / Your request is valid but the creation of the resource failed. Check the errors
19
+
# 429 - Too many requests / You have reached your usage limit. Upgrade your plan if necessary
20
+
# 451 - Unavailable for legal reasons / The person behind the requested resource has asked us directly or indirectly to stop the processing of this resource. For this reason, you shouldn't process this resource yourself in any way
21
+
# 5XX - Server errors / Something went wrong on Hunter's end
0 commit comments