How to use Internal API with and without a VPN
Learn how to publish and access an API using the internal gateway on the Digibee Integration Platform.
2
3
Consume the endpoint
Consuming the endpoint using a VPN

Configuration requirements
Calling the endpoint
http://10.255.0.2:9090/pipeline/dgb-support-lab/v1/test-api-internalTroubleshooting checklist
Consuming the endpoint locally (without VPN)
http://dgb-support-lab.digibee.internal:9090/pipeline/dgb-support-lab/v1/test-api-internalUsing an Internal API in a pipeline

{
"status": 200,
"statusMessage": "OK",
"body": {
"success": true
},
"headers": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Expose-Headers": "Authorization",
"Connection": "keep-alive",
"Content-Type": "application/json",
"X-Digibee-Trace-Id": "d8e14b0b-fade-425d-b1f0-ed1cef66c8df"
}
}PreviousHow to consume Internal API pipelines using ZTNANextHow to perform IP address mapping with Progress database
Last updated
Was this helpful?