# Add subscription plan

| **Description** | Adds a subscription plan to a path. |
| --------------- | ----------------------------------- |
| **Endpoint**    | `/path/{pathId}/plan`               |
| **Method**      | POST                                |

### Access Level Rules

| **Access Level** | edit+ |
| ---------------- | ----- |

### Processing Units

| **Processing units** | 2 |
| -------------------- | - |

### Parameters

<table><thead><tr><th width="234">Name</th><th width="400">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the path to add a subscription plan to.</td><td>true</td><td></td></tr><tr><td><code>accessTier</code></td><td>String with the accessTier of the subscription. Must be between "view" and "editPlus",</td><td>true</td><td></td></tr><tr><td><code>processingUnits</code></td><td>An integer representing the number of monthly processing units of users subscribed to the plan.</td><td>true</td><td></td></tr><tr><td><code>monthlyFee</code></td><td>The monthly fee of users subscribed to the plan.</td><td>true</td><td></td></tr></tbody></table>
