Public APIConnectivity
Health check
Confirms the API is reachable and your API key is valid.
Authorization
bearerAuth AuthorizationBearer <token>
API key in the Authorization: Bearer <key> header.
Keys are created in the SMAO dashboard (Settings → API Keys).
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/ping"{ "data": { "ok": true, "now": "2019-08-24T14:15:22Z" }}