The Convergent Provider Search API uses conventional HTTP response codes to indicate the success or failure of an API request.
| Endpoint | Return Code | Comment | 
|---|---|---|
| ALL | 200 Ok | All endpoints return 200 for a successful response | 
| ALL | 500 Internal Server Error | All endpoints can return 500 if an expected error occurs | 
| ALL | 400 Bad Request | 400 is returned if valid parameters are not provided in the request | 
| ALL | 404 Not Found | 404 is returned if the provided search parameters result in no matches | 
