cURL
curl --request GET \ --url https://api.ngrok.com/event_subscriptions \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "event_subscriptions": [ { "id": "<string>", "uri": "<string>", "created_at": "<string>", "metadata": "<string>", "description": "<string>", "sources": [ { "type": "<string>", "uri": "<string>" } ], "destinations": [ { "id": "<string>", "uri": "<string>" } ] } ], "uri": "<string>", "next_page_uri": "<string>" }
List this Account’s Event Subscriptions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List this Account's Event Subscriptions.
The list of all Event Subscriptions on this account.
Show child attributes
URI of the Event Subscriptions list API resource.
URI of next page, or null if there is no next page.
Was this page helpful?