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).
/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
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"
}Create a task POST
Creates a task in the project associated with the bearer project access token. The operation uses the token creator's current task permissions and attributes the task to that user.
External data ingestion POST
Processes a data ingestion job for the given `integrationId`. The request body is forwarded as raw JSON and processed asynchronously. Server token is required (project access token in the `Authorization` header).