Status Developer Message User Message Code Details
400 "Bad Request" The data submitted in the request was invalid. The developer message will provide more detailed information on the bad data. Bad Request - the application submitted invalid data. Please try again. 1400 The application submitted invalid parameters or body in the API call. Check the swagger documentation for the API and read the developer error message returned by the API call.
401 "Unauthorized" The application is not configured properly. Please check the credentials. The application or server is not configured properly. Please contact the application support. 1401 Access to the API call was denied. This error can be resolved by easily checking: your application consumer key and credentials. Verify that you have access to the API by testing the API call in the developer portal.
403 "Forbidden" The API call is valid, but the credentials don't have access to perform the operation. You do not have access to perform this operation. If this is incorrect, please contact application support. 1403 Verify that the API credentials have access to the resource. Try performing this API call using the developer portal.
404 "Not Found" Not Found - the resource requested was not found. Check the API call. Not Found - the information requested was not found. If this is incorrect, please contact application support. 1404 The resource requested by the API call was not found. Check the documentation and trace the API call.
409 "Conflict" Conflict - the request could not be processed because of conflict in the request. Check the API call. Conflict - the resource may already exists or its type is not among the type(s) that constitute the collection represented by the endpoint. If this is incorrect, please contact application support. 1409 There was an error when creating a resource due to a client-generated ID that already exists, or an invalid type in the resource object.
500 "Internal Server Error" There was a problem with the API call. Check the documentation and trace the request. The application ran into an internal error. If the problem persists, please contact application support. 1500 There was an error with the request. Check the documentation and trace the request. If the data submitted is causing the problem, contact the API developers.