TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Manuelfg1985/Proyecto_Final_26/llms.txt
Use this file to discover all available pages before exploring further.
/up endpoint returns the current server status along with a confirmation message. It is designed for uptime monitoring, load balancer health probes, or any automated check that needs to verify the Agencia de Habilidades para el Futuro API is reachable and running. No authentication is required to call this endpoint.
Method & Path
| Field | Value |
|---|---|
| Method | GET |
| Path | /up |
| Auth | None |
Response
200 OK
A successful request returns an HTTP200 OK with the following JSON body:
Always
"ok" when the server is running and able to handle requests.A human-readable confirmation string. Always
"Servidor activo" (Spanish for “Server active”).Example
Send aGET request to the health check endpoint:
When running locally, replace the base URL with
http://localhost:3000. The endpoint and response are identical in both environments.404 Handler
Any request to a route that does not exist in the API is caught by the global 404 handler defined at the end ofindex.js. It returns an HTTP 404 Not Found with the following body: