POST /admin-api/v1/graphql — ApiKeyCtx (statik-anahtar/OAuth-app-token) + READ scope gate.
Oturum
Scope-kapısı şema-execute'tan ÖNCE (read'siz anahtar admin sorgusu KOŞAMAZ).
İstek
curl -X POST "https://{slug}.shop.blesyum.app/api/shop/admin-api/v1/graphql" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"Yanıt
{
"data": "…",
"trace_id": "01JC…"
}