Skills/URL Shortener/Get link stats

Get link stats

Free

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.

Cost

Free

What it accepts

Set these inside the intent when you run it.

coderequired

The short code identifying the link, as returned when the link was created.

What you get back

Click count and basic stats for the short link.

Run it

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

  • How many times has my short link been clicked?
  • Check the stats for short code abc123.
  • How many people opened that link I shared?