---
title: Gateway API Endpoint configuration properties
description: Configure Gateway API Endpoint properties to control how the Gateway API Endpoint handles requests and what information it provides to the PDP.
component: pingauthorize
version: 11.0
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_gw_api_endpoint_config_parms
canonical_url: https://docs.pingidentity.com/pingauthorize/11.0/pingauthorize_server_administration_guide/paz_gw_api_endpoint_config_parms.html
revdate: March 30, 2026
---

# Gateway API Endpoint configuration properties

The following table describes Gateway API Endpoint properties that might force the inclusion of additional attributes in a policy request:

| Property                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `inbound-base-path`        | Defines the URI path prefix that the Gateway API Endpoint uses to determine whether the endpoint handles a request.The `inbound-base-path` property value can include parameters. If parameters are found and matched, they're included as attributes to policy requests.The following configuration properties reference parameters that the `inbound-base-path` introduces:- `outbound-base-path`

- `service`

- `resource-path`

- `policy-request-attribute` |
| `service`                  | Identifies the API service to the PDP. A policy can use this value to target requests.The `service` value appears in the policy request as the `service` attribute. If undefined, the `service` value defaults to the name of the Gateway API Endpoint.                                                                                                                                                                                                           |
| `resource-path`            | Identifies the REST resource to the PDP.The resource path value appears in the policy request as the `HttpRequest.ResourcePath` attribute. If undefined, the `resource-path` value defaults to the portion of the request that follows the base path, as defined by `inbound-base-path`.                                                                                                                                                                          |
| `policy-request-attribute` | Defines zero or more static, arbitrary key-value pairs. If specified, the pairs are always added as attributes to policy requests.These custom attributes appear in the policy request as fields of the `Gateway` attribute. For example, if a value of `policy-request-attribute` is `foo=bar`, the attribute `Gateway.foo` is added to the policy request with the value `bar`.                                                                                 |
