Authenticated owner projection for designs.
Documentation Index
Fetch the complete documentation index at: https://docs.tattoo.dev/llms.txt
Use this file to discover all available pages before exploring further.
GET /me/designs is an authenticated owner-scoped read-beta endpoint.
It can return the authenticated owner actor’s design records across public and private publish states.
| Parameter | Type | Notes |
|---|---|---|
page | integer | Default 1 |
limit | integer | Default 20, max 100 |
artist_id | string | Filter own designs by artist id |
style_id | string | Filter own designs by style id |
public | boolean | Filter own records by public/private state |
tags | string | Comma-separated tag filter |
search | string | Title and description search |
min_price, max_price | number | Optional price filters when price exists |
POST, PUT, PATCH, and DELETE return owner_write_gated.
The route is read-capable now; live owner mutations are not active yet.