---
title: "Approve registration"
method: POST
path: "/api/admin/registrations/{registration_id}/approve"
tags: ["Company Registration - Admin"]
---

# Approve registration

`POST /api/admin/registrations/{registration_id}/approve`

Approve a registration and trigger full company onboarding.
Creates company, PV, clients, plan subscription, and user invitation.
Optionally accepts plan_id to select a specific plan (defaults to Free).

## Path parameters

- `registration_id` integer, required

## Headers

- `x-api-token` string, nullable

## Request body

- object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
