Articles on: API & HostFact
This article is also available in:

API Status Code Overview

When sending an API call, you will receive a status code in response. This code indicates whether the request was successful or why it failed. In most cases, additional information is provided in the response field of the reply.

Below is an overview of all possible status codes:

Status CodeDescription
success✅ The API call was successfully executed. See the response field for details.
warning⚠️ The API call could not be processed. Check your input and try again.
error❌ The API call failed. Check your input and try again.
error-processing❌ Another API call is currently in progress. Please wait and try again.
pending⏳ The call is pending due to another running process.
pending-processing⏳ The call is waiting to be processed.
pending-deleting🗑️ The domain or contact is in the process of being deleted.
pending-modification✏️ The domain or contact is being modified.
not-found🔍 The specified domain or contact does not exist.
not-found-service🔍 The subscription does not exist or is no longer active.
not-found-contact🔍 The specified contact does not exist or is no longer active.
not-authorized🔒 The action is not allowed or not possible.
not-available🚫 The domain name is unavailable or already registered by you or another party.
not-supported🚫 This action is not supported for the selected domain name.
validation-handle🛑 The specified handle contains formatting errors.
validation-address🛑 The address provided is invalid.
validation-domain🛑 The domain name provided is invalid.
validation-phonenumber🛑 The phone number provided is invalid.
validation-emailaddress🛑 The email address provided is invalid.


📌 Always check the response field for additional context or error details.

Updated on: 23/05/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!