---
title: "Initialize Embedded Badge Designer"
method: POST
path: "/v1/designers/badge/initialize"
tags: ["Designs"]
---

# Initialize Embedded Badge Designer

`POST /v1/designers/badge/initialize`

## Request body

- object
  - `design_id` number — ID of the Design in the form of an integer for a Design to be edited. Omitting the ID will result in a newly created design.
  - `department_id` number — ID of the Department which the Design should belong to.

## Response `200`

OK

- object
  - `token` string
  - `design_id` number

---

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