cURL
curl --request GET \ --url https://api-talk.saninternet.com/v1/api/status \ --header 'Authorization: Bearer <token>'
{ "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" } }
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.
API key no formato pyp_live_*. Enviada como Bearer token no header Authorization.
pyp_live_*
API operacional
"ok"
"2026-01-12T10:30:00.000Z"
Show child attributes