************************************** ``GET`` Get all Webhooks ************************************** This API retrieves all webhooks setup in Assessment settings. Request URL ============= .. code-block:: GET /webhooks .. warning:: Make sure to add your API key in Header of the request Response ========== .. code-block:: JSON { "webhook": { "start": { "status": "boolean", "url": "string" }, "submission": { "status": "boolean", "url": "string" }, "updates": { "status": "boolean", "url": "string" }, "auth": { } } }