How do I find the event source from its endpoint URL?

This topic was automatically generated from Slack. You can find the original thread here.

Eyal Gershon : I have a rouge source im trying to find but all I know is the endpoint url. How can I find it?

Jonathon Hill : Could you elaborate? Are you saying you have a webhook that someone is hitting, and you dont know who?

Eyal Gershon : no I am saying I have a source I used to use for debugging http requests. I have the actual endpoint but cant find the actual source

Eyal Gershon : meaning I know the url but not the name of the source

Jonathon Hill : Does it show up here?

pd list sources

https://pipedream.com/docs/cli/install

Eyal Gershon : its in the list but the endpoint does not show

Eyal Gershon : to make things clear I have this:

Eyal Gershon :

Eyal Gershon : but the cli shows this

Eyal Gershon :

Eyal Gershon : no correlation what so ever

Jonathon Hill : Okay, grab curl or your favorite API client and call this API: https://pipedream.com/docs/api/rest/#sources

Jonathon Hill : The endpoint URL should be listed in the response

Dylan Sather (Pipedream) : hitting that API endpoint that Jonathon noted is currently the best way to map an endpoint URL -> its source. Searching by endpoint URL in the UI is currently possible for workflows, but we’re tracking the ability to search sources by endpoint here, if you’d like to follow.

Eyal Gershon : thanks guys!