Webhooks allows you to receive real-time status updates any time an event happens on your account. For a complete description of these notifications, see Webhooks.
Attribute | Description |
| Unique identifier for the object. |
| URL to which the notifications are posted. |
| List of events to subscribe to. |
| Secret key used to sign the Webhook notifications. |
| JSON-encoded metadata. |
{"id": "38a93e19-886a-4246-9cfe-471214ff6739","url": "https://gigatron.se/webhooks/payouts/,"events": ["Payout.notified", "Payout.accepted"],"secret_key": "c1329a085d65f7757838df5920fdcc9a","metadata": {}}
{"count": 4,"next": null,"previous": "https://api.gigapay.se/v2/webhooks/?page=2","results": [{"id": "38a93e19-886a-4246-9cfe-471214ff6739","url": "https://gigatron.se/webhooks/payouts/,"events": ["Payout.notified", "Payout.accepted"],"secret_key": "c1329a085d65f7757838df5920fdcc9a","metadata": {}}, {"id": "0630bfcf-ad0a-458a-9794-816b54b542b6","url": "https://gigatron.se/webhooks/employees/,"events": ["Employee.verified"],"secret_key": "1fc0ee40ecf33f83cbd3f930443074ca","metadata": {}}]}
{"id": "0630bfcf-ad0a-458a-9794-816b54b542b6","url": "https://gigatron.se/webhooks/employees/,"events": ["Employee.verified"],"secret_key": "1fc0ee40ecf33f83cbd3f930443074ca","metadata": {}}
{"event": "Payout.created"}
{"id": "0630bfcf-ad0a-458a-9794-816b54b542b6","url": "https://gigatron.se/webhooks/employees/,"events": ["Employee.created", "Employee.verified"],"secret_key": "1fc0ee40ecf33f83cbd3f930443074ca","metadata": {}}
{"id": "77427a93-6d4f-428f-a371-31c756148436","url": "https://gigatron.fi/webhooks/palkansaaja/,"events": ["Employee.created", "Employee.verified"],"secret_key": "74917aec23e0e883a12f22fc22c557bc","metadata": {}}
​
​