App Proxy Details By ID

🔒

Requires read_app_proxy access scope.

The App Proxy Details By ID API is used to retrieve detailed information about a specific APP_Proxy instance using its unique identifier.

This API is especially useful for:

  1. Checking the configuration of an existing app proxy.
  2. Verifying the real_path and proxy_url mappings.
  3. Auditing or debugging app proxy connections.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Path Parameters

ParameterTypeRequiredDescriptionExample
idstringYesThe ID of the app proxy to query.1

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Success Response

Field NameTypeDescriptionExample
app_proxy.idintThe unique ID of the app proxy.300
app_proxy.real_pathstringThe URL path to access the app on Shoplazza.test
app_proxy.proxy_urlstringThe external URL of the developer's application.http://www.baidu.com/a
app_proxy.created_atstringThe creation timestamp of the app proxy.2022-12-30T09:40:18+08:00
app_proxy.updated_atstringThe last updated timestamp of the app proxy.2022-12-30T09:40:18+08:00

Error Response

Error responses in the API can be represented using two different fields: errors and error. Both fields provide details about issues encountered during request processing. Below is an explanation of the fields with their respective examples and descriptions.

FieldTypeExampleDescription
errorsArray[ "file number error"]A list of errors encountered during the request processing.
FieldTypeExampleDescription
errorString "page not found"Indicates an error encountered during the process

Error Detail

Status CodeMessagePossible ReasonExample Response
400Bad RequestInvalid input format or request structure (e.g., missing required fields or incorrect data types).Bad Request
UnauthorizedThe request is missing valid authentication credentials or the credentials provided are invalid.Unauthorized
422Unprocessable Entityempty app proxy id"strconv.Atoi: parsing "id": invalid syntax"

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!