---
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

---

[API](https://skmtc.net/accredible/apis/accredible-credential-api.md) · [All operations](https://skmtc.net/accredible/apis/accredible-credential-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/accredible/accredible-credential-api/versions/56b317c13686/schema)
