[API] How to retrieve list of custom themes

Dear @lubos,

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.)

Thanks and best regards,

Hello @mulder,

Some settings tabs are unavailable in api2 and there’s already an idea for it that hasn’t been implemented yet.

Expose Setting Tables to Api2

For now, you can use the good old api endpoint, there you can still find setting tabs.

Hi @Ealfardan ,

Thanks for the reply.

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.

try
https://[subdomain].manager.cloud/api2
You should get all api path

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.

There are api4 Manager.io
This one is more complete.