cURL
curl --request GET \ --url https://api.ngrok.com/backends/http_response \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "backends": [ { "id": "<string>", "uri": "<string>", "created_at": "<string>", "description": "<string>", "metadata": "<string>", "body": "<string>", "headers": {}, "status_code": 123 } ], "uri": "<string>", "next_page_uri": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
n/a
Show child attributes
URI of the HTTPResponseBackend API resource
timestamp when the backend was created, RFC 3339 format
human-readable description of this backend. Optional
arbitrary user-defined machine-readable data of this backend. Optional
body to return as fixed content
headers to return
status code to return
Was this page helpful?