---
title: "Create a cache configuration"
method: POST
path: "/v3/cache-configurations"
tags: ["Cache Configurations"]
---

# Create a cache configuration

`POST /v3/cache-configurations`

Creates a Cache Configuration.

## Request body

- object
  - `label` string
  - `conditions` object
    - `url_pattern` string
    - `header_patterns` object
      - `Content-Type` string
  - `cache` object
    - `origin` boolean
    - `decision_points` boolean

## Response `201`

Created

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
