---
title: "Add a maker for Pack"
method: POST
path: "/packs/{packId}/maker"
tags: ["Packs"]
---

# Add a maker for Pack

`POST /packs/{packId}/maker`

Set a maker for a given Pack. Used to display makers for a Pack in the corresponding Packs page.

## Path parameters

- `packId` integer, required

## Request body

- AddPackMakerRequest — Payload for adding a Pack maker.
  - `loginId` string, required — The email of the Pack maker.

## Response `200`

Confirmation of successfully adding a Pack maker.

- AddPackMakerResponse — Confirmation of successfully adding a Pack maker.

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

[API](https://skmtc.net/coda/apis/superhuman-docs-api.md) · [All operations](https://skmtc.net/coda/apis/superhuman-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coda/superhuman-docs-api/versions/c65a8418f3c8/schema)
