cURL
Webhooks
Get v1webhooks
Get the current webhook subscription for this partner.
Returns the webhook subscription details including the URL, subscribed event types, active status, and delivery statistics.
Authentication: Requires Partner API Key (eve_pk_...). Company keys are not accepted.
Response includes:
id- Webhook subscription unique identifierurl- Webhook delivery URLeventTypes- List of subscribed event typesisActive- Whether the webhook is activecreatedAt,updatedAt- TimestampsrecentDeliveries- Delivery statistics (total, delivered, failed, lastDeliveredAt)
Inactive Webhooks: Webhooks are automatically deactivated after 10 consecutive delivery failures. Update the webhook to re-activate it.
Returns 404 if no webhook subscription exists for this partner.
GET
cURL