v4

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-112612.4 KB
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

statusstring
timestampstring date-time

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"
  }
}
All 2 operations