Standard HTTP Response Codes
Status Code
Description
Last updated
Was this helpful?
The following table lists the standard HTTP response codes
200 OK
This response indicates that your request was successful.
201 Resource Created
This response code indicates that the request has succeeded and a new resource has been created. For instance, when the package information is updated or a new package is created.
400 Bad Request
This response indicates that your request contains errors and could not be completed. For instance, if the request payload is empty or if mandatory parameters are missing.
401/403 Forbidden
This response code indicates that access is forbidden.
404 Not Found
This response is returned for example, if the system is unable to find the package in the system
409 Conflict
This response is returned if there is a conflict, for example, if you were trying to create a package but it already exists in the system or if you were trying to delete a package, but it could not be deleted
Last updated
Was this helpful?
Was this helpful?