-
-
Notifications
You must be signed in to change notification settings - Fork 484
AyloAPI‐Members
feederbox826 edited this page May 2, 2025
·
1 revision
- Check if your site is on the Aylo network. AyloAPI is usually installed as a dependency and the easiest way to tell.
- Scrape a publicly accessible member URL with the URL scraper, this will importantly populate
aylo_tokens.json
at~/.stash/scrapers/AyloAPI/aylo_tokens.json
which should now look like this:
{
"example": {
"token": "eyJ...."
"date": "2025-04-26"
}
}
- Logging into your account on the site, go into
Debugging -> Network
and find a request tohttps://site-api.project1service.com/v2/releases
or similar. UnderHeaders -> Request Headers -> Instance
, grab the value forInstance
and paste it into theaylo_tokens.json
file, replacing the existing token.