Https://api-proxy.pipedrive.com/webhooks not add any webhooks?

https://api-proxy.pipedrive.com/webhooks
not created any webhooks but give a success message
passing body as urlencoded data

       subscription_url
       event_action
       event_object

also in authorization set as a bearer token

gives this output

{
“status”: “ok”,
“success”: true,
“data”: {
“id”: **********, //value hided
“company_id”: , // value hided
“owner_id”: **********, // value hided
“user_id”: , // value hided
“event_action”: “added”,
“event_object”: “activity”,
“subscription_url”: "
***", //value hided
“is_active”: 1,
“add_time”: “2019-12-17T07:04:18.000Z”,
“remove_time”: null,
“type”: “application”,
“http_auth_user”: null,
“http_auth_password”: null,
“additional_data”: {},
“remove_reason”: null
}
}

but no webhook created why??

Hey @Jinson_Jose007

App-specific webhooks aren’t visible within the web-app, you can read more about it here: https://pipedrive.readme.io/docs/webhooks-for-apps