cURL
curl --request GET \ --url https://api.ngrok.com/event_subscriptions/{subscription_id}/sources \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "sources": [ { "type": "<string>", "uri": "<string>" } ], "uri": "<string>" }
List the types for which this event subscription will trigger
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier for the Event Subscription that this Event Source is attached to.
The list of all Event Sources for an Event Subscription
Show child attributes
Type of event for which an event subscription will trigger
URI of the Event Source API resource.
URI of the next page, or null if there is no next page.
Was this page helpful?