| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**Parameters:**

- **starting_after**  
  
  string  
  Encoded pagination marker to fetch next page

- **ending_before**  
  
  string  
  Encoded pagination marker to fetch previous page

- **limit**  
  
  integer  
  Maximum number of records to return

- **locale_rule_set_id**  
  
  string  
  Filter by locale rule set ID

- **template_type**  
  
  string  
  Filter by template type (ACCOUNT, LINE_OF_CREDIT, INSTALLMENT_LOAN, ADVANCE)

- **text_search**  
  
  string  
  Search in template_id, template_name, template_description, and template_type

- **include_payload**  
  
  boolean  
  Defaults to true
  Include the template_payload (JSON) in the response

**Responses:**

- **200**  
  Returns a paginated list of policy templates for all entities

- **422**  
  Validation Error

- **500**  
  A server error has occurred.

### Example Request

Base URL  
`https://contact/sales/to/enable/your/sandbox/core/v1/templates`

```bash
curl --request GET \
     --url 'https://contact/%20sales%20to%20enable%20your%20sandbox/core/v1/templates?include_payload=true' \
     --header 'accept: application/json'
```

### Quick Start
Click `Try It!` to start a request and see the response here!
