---
title: "Details of a single creator"
method: GET
path: "/creators/{id}"
tags: ["Creators"]
---

# Details of a single creator

`GET /creators/{id}`

## Response `200`

Success

## Other responses

- `401` — Unauthorized; the request did not provide valid authentication details
- `403` — Forbidden; the provided credentials do not have permission to perform the requested action

## Changes

- **2026-05-13** (v0) `1a08399e7263` — 1 info
  - added the optional property `links/items/text` to the response with the `200` status
- **2025-04-15** (v0) `04936a1943d3` — 1 breaking, 3 info
  - the response property `name` became optional for the status `200`
  - added the optional property `caption` to the response with the `200` status
  - added the optional property `links` to the response with the `200` status
  - added the optional property `slug` to the response with the `200` status
- **2025-04-11** (v0) `8c7c787dbbbb` — 1 breaking, 1 info
  - removed the media type `application/ld+json` for the response with the status `200`
  - added the media type `application/vnd.manyfold.v0+json` for the response with the status `200`
- **2025-04-10** (v0) `0c06b9c8b14e` — 3 info
  - the security scope `public` was added to the endpoint's security scheme `client_credentials`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
- **2025-04-09** (v0) `fd59eb30fdd4` — 1 warning
  - deleted the `path` request parameter `id`

[Full history](https://skmtc.dev/manyfold3d/apis/manyfold-api/changes/creators/:id/get.md)

---

[API](https://skmtc.dev/manyfold3d/apis/manyfold-api.md) · [All operations](https://skmtc.dev/manyfold3d/apis/manyfold-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/manyfold3d/manyfold-api/revisions/a3cbfc387e66/schema)
