🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location '/developer-service/webhooks/get' \
--header 'api_key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"webhookId": "string",
"resellerId": 0
}'{
"data": {
"id": 0,
"webhook_id": "string",
"reseller_id": 0,
"url": "string",
"description": "string",
"hmac_key": "string",
"events": [
"string"
],
"status": "active",
"reseller_name": "string",
"created_by": "string",
"created_at": "string",
"updated_at": "string"
}
}