curl -X POST https://services-staging.bitmama.io/api/v1/partner/profile/webhook \ -H "Authorization: Bearer sk_staging_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "webhookUrl": "https://api.acme.com/webhooks/bitmama" }'
{ "status": "success", "message": "Webhook endpoint configured", "data": { "webhookUrl": "https://api.acme.com/webhooks/bitmama", "webhookSecret": "whsec_abc123def456..." } }
Configure your webhook endpoint for event notifications
webhookSecret
Bearer sk_staging_your_api_key