2 years ago
API Health Check
Continuing to ensure our services are resilient and easy to use is one of our commitments to our customers.
Sometimes you just need to be able to quickly check if an API is responding, without implementing an expensive call. To that end, we have introduced a series of health check endpoints for our products. Now you can make a fast, lightweight call just to verify the status.
The following endpoints have been implemented:
- Search: https://ac.cnstrc.com/status/product/search
- Autocomplete: https://ac.cnstrc.com/status/product/autocomplete
- Browse: https://ac.cnstrc.com/status/product/browse
- Recommendations: https://ac.cnstrc.com/status/product/recommendations
- Collections: https://ac.cnstrc.com/status/product/collections
- Ingestion: https://ac.cnstrc.com/status/ingestion
If the API is up and running, you will get back an OK status message:
Further documentation on these endpoints can be found here:
- Search: https://docs.constructor.io/rest_api/search/queries#system-status
- Autocomplete: https://docs.constructor.io/rest_api/autocomplete_queries#system-status
- Browse: https://docs.constructor.io/rest_api/browse/queries#system-status
- Recommendations: https://docs.constructor.io/rest_api/recommendations#system-status
- Collections: https://docs.constructor.io/rest_api/collections/#system-status
- Ingestion: https://docs.constructor.io/rest_api/full_catalog#system-status