Users watch a Github repository to receive notifications about project activity. Watching a repository is a kind of passive project membership. Watcher activity is an alternative method of monitoring project activity.
GET
/
v1
/
developer
/
github
/
watchers
GitHub Watchers
Copy
Ask AI
curl --request GET \
--url https://api.invezo.com/v1/developer/github/watchers \
--header 'x-invezo-api-key: <api-key>'
sort the results by timestamp. asc will return results in ascending order
(oldest to newest), desc will return results in descending order (newest to
oldest). default value is asc