---
title: "Seed From Json"
method: POST
path: "/api/v1/admin/signup-plan-config/seed-from-json"
tags: ["Admin APIs", "signup-plan-config"]
---

# Seed From Json

`POST /api/v1/admin/signup-plan-config/seed-from-json`

One-time seed: upsert the given plan config into signup_plan_config.
Send a JSON body with a "plans" key (same structure as former plans json).

## Request body

- object — Plan config payload with 'plans' key, e.g. {"plans": {"professional": {...}, "business": {...}}}

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
