Retrieves the publicly accessible data relating to a user product share invite. This can be used to inform the invitee of the details of the product that is being shared, and any meta_data added at the point of invite creation, such as the name of the user that sent the invite.
This endpoint is not authenticated. The information provided by this endpoint is available to anyone with a valid sharing_id
.
Invoking this endpoint too rapidly will result in a 429 error response.
OK
Not Found
Too Many Requests
{- "product_id": "product-1",
- "product_label": "Gold Product",
- "meta_data": { }
}