Skip to main content
GET
/
api
/
status
Status da API
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"
  }
}

Authorizations

Authorization
string
header
required

API key no formato pyp_live_*. Enviada como Bearer token no header Authorization.

Response

API operacional

status
string
Example:

"ok"

timestamp
string<date-time>
Example:

"2026-01-12T10:30:00.000Z"

apiKey
object