cURL
curl --request GET \ --url https://faisalshop.mvp-apps.ae/api/v2/admin/webhooks/{tenantId} \ --header 'Authorization: Bearer <token>'
curl -X GET \ https://faisalshop.mvp-apps.ae/api/v2/admin/webhooks/123 \ -H 'Authorization: Bearer YOUR_TOKEN'
const response = await axios.get( `/api/v2/admin/webhooks/${tenantId}`, { headers: { Authorization: `Bearer ${token}` } } );
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
List of webhooks