Authenticated owner projection for portfolio assets.
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/portfolio-assets is an authenticated owner-scoped read-beta endpoint.
It can return records owned by the authenticated artist or studio across these publish states:
draftowner_privatepublished_public| Parameter | Type | Notes |
|---|---|---|
page | integer | Default 1 |
limit | integer | Default 20, max 100 |
artist_id | string | Filter own assets by artist id |
style_id | string | Filter own assets by style id |
featured | boolean | true or false |
tags | string | Comma-separated tag filter |
POST, PUT, PATCH, and DELETE return owner_write_gated.
The route is read-capable now; live owner mutations are not active yet.