Skip to main content
POST
/
api
/
v1
/
{app_id}
/
wishlists
/
{id}
/
share
Error
A valid request URL is required to generate request examples
{
  "created_at": "<string>",
  "expires_at": "<string>",
  "token": "<string>",
  "wishlist_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enad.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

app_id
string
required

UUID of the app

id
string
required

UUID of the wishlist

Body

application/json

Share token request (expires_at can be null or a timestamp)

expires_at
string

Response

OK

created_at
string
expires_at
string
token
string
wishlist_id
string