# batch validate usageRecordGroups

`POST https://api.suger.cloud/org/{orgId}/batchValidateUsageRecordGroups`

Provide a batch of usage record groups and validate each individual usage record group one by one.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |

## Request Body

Required.

Content-Type: `application/json` · Schema: `array<NewUsageRecordGroup>`

## Responses

### 200 — Empty string if validation is successful

Content-Type: `application/json`

### 400 — Bad request error description

Content-Type: `application/json`

### 500 — validation failed for usage record group

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
