---
title: "Create source group"
method: POST
path: "/v1/api/sourceGroups"
tags: ["Source Groups", "v1"]
---

# Create source group

`POST /v1/api/sourceGroups`

Create a new source group under the organization associated with the API key.

## Request body

- CreateSourceGroupParams
  - `name` string, required
  - `displayName` string, nullable
  - `description` string, nullable
  - `domains` string[], required

## Other responses

- `400` — 400 - Bad Request
- `401` — 401 - Invalid API Key
- `403` — 403 - Request Forbidden
- `429` — 429 - Too Many Requests
- `500` — 500 - Server Error

---

[API](https://skmtc.net/goperigon/apis/perigon-api.md) · [All operations](https://skmtc.net/goperigon/apis/perigon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goperigon/perigon-api/versions/2c55bf07003a/schema)
