Appearance
List Studio Tools
GET
/api/v1/studio/tools
List all visible studio tools with unlock status for the current user.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
Successful Response
application/json
JSON "tools": [ { "id": "string", "slug": "string", "name": "string", "description": "string", "icon": "string", "min_tier": "string", "unlocked": true } ]
{
}