Status
Status da API
Retorna o status da API e informacoes sobre a API key utilizada. Use este endpoint para verificar se sua chave esta valida e a API esta operacional.
get/api/status
Response
API operacional
Example response
{
"status": "ok",
"timestamp": "2026-01-12T10:30:00.000Z",
"apiKey": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Production API Key",
"companyId": "123e4567-e89b-12d3-a456-426614174000",
"maskedToken": "pyp_live_************abc123"
}
}