---
title: Basic example
description: The following table demonstrates a basic configuration of path parameters.
component: pingauthorize
version: 10.1
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_example_configuration_path_parameters
canonical_url: https://docs.pingidentity.com/pingauthorize/10.1/pingauthorize_server_administration_guide/paz_example_configuration_path_parameters.html
revdate: January 25, 2023
---

# Basic example

The following table demonstrates a basic configuration of path parameters.

| API Endpoint property      | Example value                        |
| -------------------------- | ------------------------------------ |
| `base-path`                | `/accounts/{accountId}/transactions` |
| `policy-request-attribute` | `foo=bar`                            |

A request URI with the path `/accounts/XYZ/transactions/1234` matches the example `base-path` value.

The following properties are added to the policy request:

* `HttpRequest.ResourcePath : 1234`

* `Gateway.accountId : XYZ`

* `Gateway.foo : bar`
