Using the API to trigger a webhook, how/where do we find the URL endpoint that goes in the URL field for a "webhook". This the actual Webhook option, not the Git plugin.
It's the endpoint that we cannot find examples of, where to find it for Jenkins to pickup a push to develop branch.
example;
https:myjenkins.foo.com/view/myteam/job/my-project/job/my-app/
This is just a path to the repo, how do we create the endpoint that triggers Jenkins to run?