← All guides

Local API

Publish a local API for an integration

Temporarily expose an API running on your workstation, then share an HTTPS URL without changing your router.

HTTP · URL publique5 min
01

Start the API locally

First verify that the API responds on its local port.

http://localhost:8080/health
02

Create the HTTP tunnel

Associate the API port with the OpenPort.fr tunnel.

openport-fr tunnel http --local-port 8080
03

Choose HTTP access

Keep the endpoint open for a public integration or enable an appropriate HTTP control.

04

Monitor calls

Use Inspector to verify methods, payloads, responses, and processing time.

Need another starting point?

Open documentation