Skip to main content

Add Elemental to Favorites

Add an elemental to your favorites list.

POST/v1/elemental/{elemental_id}/favorites

Properties

NameTypeRequiredDescription
elemental_idstringID of the elemental to add to favorites

Example

/v1/elemental/your-elemental-id/favorites

CURL Example

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