Get the current V3 draft for the active theme.Returns the draft as the response data and emits an HTTP ETag header so the client can echo it on the next autosave (If-Match). Mismatch on autosave → 409. This is the standard optimistic- concurrency pattern; using a real header keeps the JSON payload backwards compatible with older hub builds.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.