Status Code
Overview
The Net0 API uses the standard HTTP status codes to notify users of the status of their requests.
Status Codes
200-299
: Net0 received, understood, and accepted the API request. The request has either been completed or is in the process of being completed.
300-399
: Net0 received, understood, and accepted the API request, yet the client must take further action in order to complete the request. Often this includes redirecting to other URLs.
400-499
: A client error occurred when handling the request, often because the client either did not provide the right parameters, did not have access to the resources, or tried to perform an action that is otherwise not possible.
500-599
: Net0 received and accepted the request, but an error occurred within Net0 while handling it. These errors signify a problem with Net0 servers, not a problem with the client's request
Updated over 3 years ago