Get Proxy Endpoints

Get all the proxy endpoints.

HTTP client can get the proxy endpoints according to different domain through OData service. Client can set the domain value in request header X-SUP-DOMAIN.

Note:
  • If X-SUP-DOMAIN is not set in the request header, the “default” domain will be used.
  • Only GET operation is supported for proxy endpoints. If client tries to send POST/PUT/DELETE request, the server returns 501 error.
Perform an HTTP GET request at the following URL:

Syntax

http://host:port/[public/]odata/applications/{v1|latest}/{appid}/Endpoints

Parameters

Examples