Skip to main content
POST
/
v1
/
webhooks
/
check_connectivity
Check Webhook Connectivity
curl --request POST \
  --url https://api.explorium.ai/v1/webhooks/check_connectivity \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '{
  "request_context": {},
  "partner_id": "<string>",
  "simulation": {
    "event_name": "new_office",
    "number_of_events": 5,
    "event_time": "2023-11-07T05:31:56Z"
  }
}'
{
  "response_context": {
    "correlation_id": "<string>",
    "request_status": "success",
    "time_took_in_seconds": 123
  }
}

Authorizations

api_key
string
header
required

Body

application/json
partner_id
string
required
request_context
object
simulation
object

Response

Successful Response

This is base response model for all responses in partner service.

response_context
object
required
I