Upfront warning: I’m somewhat of newb to Webflow REST API, but I’m wanting to get a list of the websites in my workspace, but the only authorization token I’m able to find is the site specific one, and when I enter that token I’m only getting one site.
What am I missing here? Is there some sort of Auth token to get to get the full list?
You can set that up in your workspace under Integrations by creating an App, which will be for your private use only. Then you have Client ID and Secret and Scopes established, and you can use the API.
The site-specific authentication token you mention only allows access to data related to that particular site. That’s why when you use this token, you only get one site.