Look up the click count and other stats for a short link you previously created. Provide the short code (the path portion of the short URL) to see how many times it has been followed.
Free
Set these inside the intent when you run it.
The short code identifying the link, as returned when the link was created.
Click count and basic stats for the short link.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the URL Shortener skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/link/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"stats","code":"abc123"}}'Example requests