Error Status Codes

The Convergent Provider Search API uses conventional HTTP response codes to indicate the success or failure of an API request.

EndpointReturn CodeComment
ALL200 OkAll endpoints return 200 for a successful response
ALL500 Internal Server ErrorAll endpoints can return 500 if an expected error occurs
/api/searchSingleBest400 Bad Request400 is returned if the provided search parameters result in more than one match. 400 can also be returned if there are issues with the tenantId or searchConfigurationId, as with /api/search.
/api/searchSingleBest404 Not Found404 is returned if the provided search parameters result in no matches.
/api/sourceRecords404 Not Found404 is returned if the curatedId does not exist
/api/curated404 Not Found404 is returned if the curatedId does not exist