---
title: "List makers for Pack"
method: GET
path: "/packs/{packId}/makers"
tags: ["Packs"]
---

# List makers for Pack

`GET /packs/{packId}/makers`

List makers for a given Pack.

## Path parameters

- `packId` integer, required

## Response `200`

Confirmation of successfully retrieving Pack makers

- ListPackMakersResponse — Confirmation of successfully retrieving Pack makers.
  - `makers` Maker[], required
    - `name` string, required — Name of the maker.
    - `pictureLink` string, url — Browser-friendly link to the maker's avatar image.
    - `slug` string — Maker profile identifier for the maker.
    - `jobTitle` string — Job title for maker.
    - `employer` string — Employer for maker.
    - `description` string — Description for the maker.
    - `loginId` string, required — Email address of the user.

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