---
title: "Create badges group"
method: POST
path: "/api_gateway/v1/badges/group"
---

# Create badges group

`POST /api_gateway/v1/badges/group`

## Request body

- object
  - `name` string, required — Name of the group
  - `rank` string, required — Rank of the group

## Response `200`

200

- object
  - `data` object
    - `id` string
    - `orgId` integer
    - `name` string
    - `rank` integer
    - `createdBy` integer
    - `createdOn` number
    - `lastUpdatedBy` integer
    - `lastUpdatedOn` number
    - `isActive` boolean
  - `errors` unknown[]
    - unknown
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
