Could you please confirm if there is an endpoint available to list custom themes? If not, could we get one added?
Also, if you implement this endpoint, please ensure the Inactive field can be included in the response payload. (As a quick note, Inactive is currently missing from the /api2/tax-codes endpoint as well.)
When attempting to call /api or /api/index.json, I’m currently getting a 401 Unauthorized error. Is any documentation still available for this legacy endpoint?
I’m hesitant to build against a deprecated feature—especially since I already have a working, albeit less efficient, workaround. However, while still in the implementation phase, I’d like to explore all available options before locking in the design.
Thanks @Mabaega, that is indeed /api2 which is lacking the endpoint to list all themes. There are endpoints to edit them, but retrieving the list cannot be achieved with api2 yet. Apparently the legacy /api would be the way to go to get that listing in the meantime but I do not know how to work with it yet.