---
title: "Create Badge Criteria Multi"
method: POST
path: "/v1/badge/{badge_id}/criteria/multi"
tags: ["Badge"]
---

# Create Badge Criteria Multi

`POST /v1/badge/{badge_id}/criteria/multi`

Add list of criteria to the badge.

## Path parameters

- `badge_id` integer, required

## Headers

- `X-Access-Token` string, nullable

## Request body

- BadgeCriteriaCreate[]
  - `external_id` string, nullable
  - `description` string, required
  - `type` 'Application' | 'Assessment' | 'Award' | 'Badge' | 'Course' | 'Credential' | 'Education_Experience' | 'Leadership' | 'Member' | 'Participant' | 'Pathway' | 'Payment' | 'Portfolio' | 'Presenter' | 'Project' | 'Professional_Experience' | 'Schedule_Registration' | 'Volunteer' | 'Other', required
  - `external_url` string, nullable
  - `badge_id` integer, nullable

## Response `200`

Successful Response

- BadgeCriteria[]
  - `external_id` string, nullable
  - `description` string, nullable
  - `type` 'Application' | 'Assessment' | 'Award' | 'Badge' | 'Course' | 'Credential' | 'Education_Experience' | 'Leadership' | 'Member' | 'Participant' | 'Pathway' | 'Payment' | 'Portfolio' | 'Presenter' | 'Project' | 'Professional_Experience' | 'Schedule_Registration' | 'Volunteer' | 'Other'
  - `external_url` string, nullable
  - `badge_id` integer, nullable
  - `id` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `422` — Validation Error

---

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