-
-
Notifications
You must be signed in to change notification settings - Fork 483
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.jsonat~/.stash/scrapers/AyloAPI/aylo_tokens.jsonwhich should now look like this:
{
"example": {
"token": "eyJ...."
"date": "2025-04-26"
}
}- Logging into your account on the site, go into
Debugging -> Networkand find a request tohttps://site-api.project1service.com/v2/releasesor similar. UnderHeaders -> Request Headers -> Instance, grab the value forInstanceand paste it into theaylo_tokens.jsonfile, replacing the existing token.