Monitor your Slack invite links.

And never miss new users again.

Test your links

How to

Call the API to get your validation, anywhere.

curl -XPOST https://www.linkmonitor.dev/api/v1/validate -H "Content-Type: application/json" --data '{"url": "https://join.slack.com/..."}'

Which will give you either {"status": "active"} or {"status": "expired"}