ngrok integration (Developer Tools). Imported from open-connector.
https://api.ngrok.com/endpoints
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of results to return. ngrok accepts values from 1 to 100. |
| before_id | string | optional | Pagination cursor that requests results created before this resource ID. |
| filter | string | optional | CEL filter expression used by ngrok to filter the returned resources. |
/endpoints/{endpoint_id}
| Param | Type | Required | Description |
|---|---|---|---|
| endpoint_id | string | required | Unique identifier of the ngrok endpoint. |
/tunnels
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of results to return. ngrok accepts values from 1 to 100. |
| before_id | string | optional | Pagination cursor that requests results created before this resource ID. |
/tunnel_sessions
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of results to return. ngrok accepts values from 1 to 100. |
| before_id | string | optional | Pagination cursor that requests results created before this resource ID. |
| filter | string | optional | CEL filter expression used by ngrok to filter the returned resources. |
/reserved_domains
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of results to return. ngrok accepts values from 1 to 100. |
| before_id | string | optional | Pagination cursor that requests results created before this resource ID. |
| filter | string | optional | CEL filter expression used by ngrok to filter the returned resources. |
/reserved_domains/{reserved_domain_id}
| Param | Type | Required | Description |
|---|---|---|---|
| reserved_domain_id | string | required | Unique identifier of the ngrok reserved domain. |