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

# Bulk Create Credentials

`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

- **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/4f2ffe5bfad3/schema)
