List all webhooks
Array of objects (Webhook) |
{- "data": [
- {
- "id": "string",
- "resource_type": "webhook",
- "created_at": "2019-08-24T14:15:22Z",
- "enabled_events": [
- "shipment.created",
- "shipment.updated"
], - "error_contact_email": "user@example.com",
- "username_password_authentication": {
- "username": "string",
- "password": "string"
}, - "status": "ENABLED",
- "include_updated_object": false,
- "event_version": 1,
- "custom_data": { },
- "self_link": "string"
}
]
}