curl --request GET \
--url https://api.crevio.co/v1/webhook_events/{id} \
--header 'Authorization: <api-key>'{
"object": "<string>",
"id": "<string>",
"event_type": "<string>",
"status": "pending",
"created_at": "2023-11-07T05:31:56Z",
"data": {},
"api_version": "<string>",
"webhook_endpoint": "<string>",
"request": {}
}Returns a specific webhook event
curl --request GET \
--url https://api.crevio.co/v1/webhook_events/{id} \
--header 'Authorization: <api-key>'{
"object": "<string>",
"id": "<string>",
"event_type": "<string>",
"status": "pending",
"created_at": "2023-11-07T05:31:56Z",
"data": {},
"api_version": "<string>",
"webhook_endpoint": "<string>",
"request": {}
}API key in the format: Bearer {api_token}
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
Was this page helpful?