Skip to main content

Add Tag

POST/v1/user/list/:id/tag/tag_id

Properties

NameTypeRequiredDescription
idstringID of the list to receive the tag
tag_idstringID of the tag to be associated

Example

/v1/user/list/:id/tag/tag_id

CURL Example

curl -X POST "https://api-integrations.snackprompt.com/v1/user/list/:id/tag/tag_id" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"