Skip to main content

Add List to Favorites

Add a list to your favorites list.

POST/v1/list/{list_id}/favorites

Properties

NameTypeRequiredDescription
list_idstringID of the list to add to favorites

Example

/v1/list/your-list-id/favorites

CURL Example

curl -X POST "https://api-integrations.snackprompt.com/v1/list/{list_id}/favorites" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"