Status Codes

AT&T MVNX APIs use conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, field validation error). Codes in the 5xx range indicate an error with AT&T’S servers.

CodeStatusDescription
200OKThe request completed successfully.
204No ContentThe request completed successfully. The response did not contain content.
400Bad RequestRequest is not valid due to problematic structure, parsing, encryption, or size. The response body will provide further information.
401Authentication ErrorAuthentication error due to invalid credentials or invalid certificates.
403UnauthorizedAction is not allowed or cannot be completed due to insufficient privileges.
404404 Not FoundResource not found.
408TimeoutRequest timed out or gateway timed out.
413Payload too largePayload too large.
422Validation ErrorThere was a field validation error, or missing mandatory information, or failed logical or business validation. The error message will contain details.
503Service UnavailableService or related resources are not available, system is busy or overloaded.