Reference
External API ping
Health check endpoint for the external integration API. Returns `OK` / `Pong`. Server token is required (project access token in the `Authorization` header).
GET
/v1/external/pingHealth check endpoint for the external integration API. Returns OK / Pong. Server token is required (project access token in the Authorization header).
Header Parameters
Authorization*string
Server token (project access token) in Bearer format, e.g. Bearer <token>
Response Body
application/json
curl -X GET "https://api-external.svit.one/api/v1/external/ping" \ -H "Authorization: string"{
"message": "string",
"data": "string"
}