Appendix: HTTP Response Codes
HTTP response codes are messages sent by servers to indicate how they have handled a request.
Refer to the following table for a list of HTTP codes you can receive when you make API requests.
| HTTP Status | Meaning | Solution | 
|---|---|---|
| 
           200  | 
        
           Returns the output successfully.  | 
        Not Required | 
| 
           201  | 
        
           Successful HTTP request with new source created.  | 
        Not Required | 
| 
           400  | 
        
           Bad Request.  | 
        Enter the correct API request | 
| 
           401  | 
        
           Unauthorized access.  | 
        Enter the correct credentials | 
| 
           404  | 
        
           Not Found  | 
        N/A | 
| 
           409  | 
        
           Conflict (server could not process the request because there is a conflict with the relevant resource)  | 
        Identify the cause of conflict | 
| 
           500  | 
        
           Internal server error  | 
        Not Required | 
| 
           503  | 
        
           Service Unavailable  | 
        Not Required |