{"openapi":"3.0.3","info":{"title":"Hakxbox Note API","version":"1.0.0","description":"Salt okunur Hakxbox not API \u2014 v1"},"servers":[{"url":"https:\/\/noteapi.hakxbox.com.tr"}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","description":"API Key (hkx_live_...) veya Sanctum Personal Access Token"}},"parameters":{"WorkspaceId":{"name":"X-Workspace-Id","in":"header","required":true,"schema":{"type":"integer"}}}},"paths":{"\/v1\/workspaces":{"get":{"summary":"Eri\u015filebilir workspace listesi","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"OK"}}}},"\/v1\/notes":{"get":{"summary":"Not listesi","security":[{"bearerAuth":[]}],"parameters":[{"$ref":"#\/components\/parameters\/WorkspaceId"},{"name":"scope","in":"query","schema":{"type":"string"}},{"name":"page","in":"query","schema":{"type":"integer"}},{"name":"per_page","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"description":"OK"}}}},"\/v1\/notes\/{note}":{"get":{"summary":"Tek not detay\u0131","security":[{"bearerAuth":[]}],"parameters":[{"name":"note","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}}}}