Verify your API key, org/event mapping, and connectivity
GET /api/v1/ext/{org_id}/event/{event_id}/ping
curl -i \ -H "X-API-Key: <your_9pic_api_key>" \ "https://api.9pic.ai/api/v1/ext/903/event/456/ping"
{ "status": "ok", "org_id": 903, "event_id": 456 }