---
title: "Bulk Create Credentials (v2)"
method: POST
path: "/v2/credentials/bulk_create"
tags: ["Credentials"]
---

# Bulk Create Credentials (v2)

`POST /v2/credentials/bulk_create`

**Important:** If you don't have enough credits when attempting to create Credentials with this endpoint, your credentials will still be created in your account, but will not be published.
It supports multi-status responses, where partial successes and errors are consolidated into a single structure with `status: 207 Multi-Status`.
You will be able to publish the created credentials in your account when you have the required credits.

**API Limits:** Each request can accommodate up to 30 credentials. Should you have a larger set of credentials to process, it's recommended to split them into batches of 30 and make successive calls to this API.

## Request body

- object
  - `credentials` unknown, required

## Response `200`

OK

## Other responses

- `207` — Multi-Status
- `422` — Unprocessable Entity

## Changes

- **2026-08-06** `dc79460d9222` — 1 info
  - added the optional property `results/items/credential/skills` to the response with the `207` status
- **2025-11-05** `f494f7d36307` — 1 info
  - added the optional property `results/items/credential/recipient/phone_number` to the response with the `207` status
- **2025-07-04** `7b8d90ce110b` — 1 info
  - api operation id `Bulk Create Credentials` removed and replaced with `Bulk Create Credentials (v2)`
- **2025-06-30** `98201e8dd1b4` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `ApiKeyAuth` was added to the API

[Change history](https://skmtc.dev/accredible/apis/accredible-credential-api/changes/v2/credentials/bulk_create/post.md)

---

[API](https://skmtc.dev/accredible/apis/accredible-credential-api.md) · [All operations](https://skmtc.dev/accredible/apis/accredible-credential-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accredible/accredible-credential-api/revisions/f49e189c5767/schema)
