# Create

Launch stage: Public Preview

`POST /api/2.0/marketplace-exchange/filters`

Add an exchange filter.

API scopes: marketplace

## Request body

- `filter` (object, optional)
  - `id` (string, optional)
  - `exchange_id` (string, optional)
  - `filter_value` (string, optional)
  - `name` (string, optional)
  - `created_at` (int64, optional)
  - `created_by` (string, optional)
  - `updated_at` (int64, optional)
  - `updated_by` (string, optional)
  - `filter_type` (string, optional)
    Possible values: `GLOBAL_METASTORE_ID`

## Returns

- `filter_id` (string, optional)

## Response

```json
{
  "filter_id": "string"
}
```

