---
title: "Approve Plan"
method: POST
path: "/api/luria/plans/{plan_id}/approve"
tags: ["luria"]
---

# Approve Plan

`POST /api/luria/plans/{plan_id}/approve`

The approval. THIS is what claims compute and starts the meter —
opening the app does not, and drafting a plan does not.

## Path parameters

- `plan_id` integer, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/ab56f76234f2/schema)
