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>"
}

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