ReferenceGeral
Validar chave de API
Verifica se a API está disponível e se a chave de API é válida.
Authorization
ApiKeyAuth api-key<token>
Chave de API no formato sk_live_....
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/external/ping"{ "success": true, "message": "Pong! Sua chave de API é válida.", "timestamp": "2026-06-26T14:30:45.123Z"}{ "success": false, "error": "Unauthorized", "message": "Chave de API inválida ou ausente."}