Documentación de API
Este es el documentation para el disponible API endpoints, which son built around el < strong > REST architecture < / strong >. Todos el API endpoints va a return un < strong > JSON respuesta < / strong > con el standard < strong > HTTP respuesta códigos < / strong > y need un < strong > Bearer Autenticación vía un API Clave < / strong >.
Autenticación
Todos el API endpoints require un API clave enviado por el < strong > Bearer Autenticación method. < / strong >
curl --request GET \
--url 'https://alertadecaida.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://alertadecaida.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
Todos API endpoint results work con el < strong > UTC timezone < / strong > unless specified otherwise.