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

#### URL Expired

The URL for this request expired after 30 days.

### Parameters

- **customers**  
  Flag to include all possible customer id-value pairs in the response  
  `true` / `false`

- **products**  
  Flag to include all possible product types in the response  
  `true` / `false`

- **partner_entities**  
  Flag to include all possible partner entities' id-value pairs in the response  
  `true` / `false`

- **is_business_customers**  
  Flag to only include customers of `customer_type` = `business`  
  `true` / `false`

### Responses

- **200**  
  Response object encapsulating all possible filter entities' values

- **401**  
  Unauthorized.

- **403**  
  Forbidden.

- **422**  
  Invalid input

- **429**  
  Too many requests.

- **default**  
  Unexpected Error.

### Example Request

```bash
curl --request GET \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/filters \
     --header 'accept: application/json'
```

### Base URL

https://Contact sales to enable your sandbox/filters

### Sample Response

```json
{
  "status": "success",
  "data": {
    "exampleKey": "exampleValue"
  }
}
```

### Updated
Updated about 1 year ago

---
