---
title: "Publish Credentials"
method: POST
path: "/credential/publish"
tags: ["Credential"]
---

# Publish Credentials

`POST /credential/publish`

Takes the `id` values of the credentials and publishes them. An email will be sent if the Credential has an email address.

One or more credentials can be published at once.

## Headers

- `api-version` string, required

## Request body

- PublishRequest
  - `ids` string[]

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
