Skip to main content

Overview

Use this endpoint to validate that your integration is working correctly before calling other APIs.

Endpoint

GET /api/v1/ext/{org_id}/event/{event_id}/ping

Example Request

curl -i \
  -H "X-API-Key: <your_9pic_api_key>" \
  "https://api.9pic.ai/api/v1/ext/903/event/456/ping"

Example Response

{
  "status": "ok",
  "org_id": 903,
  "event_id": 456
}