Proxy Endpoints
View and edit the endpoints for your proxy.
Overview
Proxy endpoints allow users to access your APIs and third-party APIs.
Prerequisites
- Environment (Org) admin permissions
Viewing the List of Endpoints
To view the list of endpoints for a proxy,
- In SnapLogic Manager, go to .
- Search for the proxy and click the proxy's name.
- Go to the Proxy Endpoints tab.

Creating an Endpoint
To create an endpoint,
- Go to the list of endpoints for the Proxy.
- Click the plus icon (
).
- Configure the new endpoint.
Field Description Endpoint Name The name for your proxy's endpoint. - Must be unique.
- Must begin with alphanumeric characters A-Z, a-z, or 0-9.
- Cannot contain the reserved keyword
shared
. - Cannot contain |, <, >, [, ], {, }, #, ?, /, and \.
- Must be no more than 256 characters. If the name includes double-byte characters, the maximum length is shorter.
URL The URL to which users send their requests. Example:
https://www.example.com/path/to/the/api
HTTP Method(s) One or more REST methods for the API that this endpoint will service. - Get
- Put
- Head
- Post
- Patch
- Delete
Editing an Endpoint
To edit an endpoint,
- In SnapLogic Manager, go to .
- Search for the proxy and click the proxy's name.
- Go to the Proxy Endpoints tab.
- Search for the endpoint and click the endpoint's name.
Learn more: Proxy Endpoint Details
- To edit the proxy details, click the Edit Details button.
Note: You can update only the URL and HTTP Method(s) of the endpoint.
- To apply security policies to the endpoint, click the plus icon (
) below the View Applied Policies button.
Deleting an Endpoint
To delete an endpoint,
- In SnapLogic Manager, go to .
- Search for the proxy and click the proxy's name.
- Go to the Proxy Endpoints tab.
- Check the box for the endpoint to delete.
- Click the trash icon (
).