Skip to main content
Use this endpoint to verify that the CA Colombia API is online and accepting requests. It requires no authentication and returns no body — a 200 OK status code is the signal that the service is healthy. This endpoint is ideal for uptime monitors, deployment readiness checks, and load balancer health probes.
This endpoint does not require authentication. You can call it freely without a session cookie.

Endpoint

Response

A healthy API returns HTTP 200 OK with no response body.

Code Example

Example Response

The response body is empty. Your client should treat any 200 status as confirmation the service is running correctly.
If you are building an integration that depends on the CA Colombia API, consider polling this endpoint periodically (e.g., every 30 seconds) and surfacing the result in your own status dashboard or alerting system.