Skip to main content
GET
Read Proxy
Auth: TokenAccount or TokenInstanceRate-limit: Global (100/min) • Idempotent: yes

Description

Returns only the individual proxy of the instance (does not include fallback to the deploy global proxy). If the instance has no proxy of its own, returns enabled: false with the other fields empty. The password is not returned.

Example

Performs a GET on the instance path and returns the proxy object with the active configuration (without including the password). If the instance has no individual proxy, it comes with enabled: false and the other fields null.

Success response

200 OK
The password field is never returned by this endpoint.

Path parameters

string
required
Instance name.

Headers

string
required
TokenAccount or TokenInstance.

Errors

Notes

This endpoint does not expose the deploy global proxy intentionally, you only see what you configured for this instance.

Next

Update proxy

POST /api/instance/proxy/:instance to change.