Skip to main content
Version: 202506

Get app proxy

GET 

/openapi/2025-06/app-proxies/:id

Retrieves details about a specific app proxy by its unique ID.

Request

Path Parameters

    id int32required

    App proxy ID

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    app_proxy object

    App proxy

    idint32

    Unique identifier of the app proxy

    real_pathstring

    URL path configured for accessing the proxy. For example, use "pay" when the target path is "apps/pay"

    proxy_urlstring

    URL of the developer's application that processes proxied requests, for example, "http://www.example.com/app"

    change_originboolean

    Whether to rewrite the request Host header to the proxy target

    created_atstring

    Timestamp when the app proxy was created

    updated_atstring

    Timestamp when the app proxy was last updated