latestOpenAPI 3.1.02026-08-08423062.6 KB

6e0ac03e39e5

Owner Check

Verify whether the supplied X-Owner-Token owns the resource

Returns {isOwner, type}. Constant-time BCrypt match. 404 when the resource does not exist (or has expired). 200 with isOwner:false when the X-Owner-Token header is absent.

get/api/{ns}/{id}/owner-check

Path parameters

nsstring required
idstring required

Headers

X-Owner-Tokenstring

Owner token to verify (constant-time match)

Response

OK