curl -X POST "https://api.cryptomate.me/management/companies/webhook/subscribe" \ -H "X-API-KEY: $CRYPTOMATE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://api.acme.com/webhooks", "webhook_key": "wh_key_xyz789abc" }'
{ "name": "Acme Corporation", "email": "contact@acme.com", "webhook_url": "https://api.acme.com/webhooks", "webhook_key": "wh_key_xyz789abc" }
Configure the URL where the company will receive event notifications.