v1
latestOpenAPI 3.1.12026-07-1711423400.3 KBtheme-store
Get specific theme store item details.
This endpoint will retrieve the details of a specific theme store item.
get/theme-store/{themeID}
Path parameters
themeIDinteger required
ID of the theme store item.
Response
Successful GET Theme Store Details JSON response
object required
Example response
{
"data": [
{
"id": 1,
"type": "theme-store",
"href": "/v1/theme-store/1",
"attributes": {
"name": "Tatum Orn",
"screenshot": "https://kurozora-cdn.app/1/Screenshot.jpeg",
"downloadLink": "https://kurozora.app/api/v1/theme-store/1/download"
}
}
]
}