Get Theme
GET
/gpm/themes/{slug}
Get details for a specific installed theme including screenshot URL and update status.
Parameters
| Name | Type | Description |
|---|---|---|
| slug required | string | The theme slug |
JSON
{"data": {"slug": "quark", "name": "Quark", "version": "2.0.0", "updatable": false, "screenshot": "/api/v1/thumbnails/quark-screen.jpg"}}
Response Codes
200
Success
401
Unauthorized
404
Theme not installed