Skip to main content

Get Tags Items

Retrieve the list of items of a tag

GET/v1/users/tags/:id/items

Properties

NameTypeRequiredDescription
idstringID of the tag

Example

/v1/users/tags/:id/items

CURL Example

curl -X GET "https://api-integrations.snackprompt.com/v1/users/tags/:id/items" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"