./ngrok http 3000 on the command line. 3000 is the port number your API server uses to listen for messages. You should see a response that looks something like this:
*.ngrok.io URL and send it to Mergent as your Task/Schedule’s request URL.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up your local server with ngrok to receive Mergent tasks effectively
./ngrok http 3000 on the command line. 3000 is the port number your API server uses to listen for messages. You should see a response that looks something like this:
$ Forwarding http://3j4oq7db.ngrok.io -> 127.0.0.1:3000
*.ngrok.io URL and send it to Mergent as your Task/Schedule’s request URL.Was this page helpful?