For the complete documentation index, see llms.txt. This page is also available as Markdown.

Public Collections

Shareable read-only collection endpoints

Retrieve public collection

get

Fetches a publicly shared collection using its slug.

Path parameters
slugstringRequired

Public collection slug

Responses
200

Public collection detail

application/json

Customer curated collection

pkintegerRequiredExample: 12
namestringRequiredExample: Summer Essentials
statusstring · enumRequired

Collection visibility

Example: privatePossible values:
slugstringRequired

URL-friendly identifier

Example: summer-essentials
public_urlstring · uri · nullableOptional

Shareable URL when the collection is public

Example: https://sandbox.akinon.com/wishlists/user-collection/summer-essentials/
get/wishlists/user-collection/{slug}/

Last updated

Was this helpful?