---
title: "Verify whether the supplied X-Owner-Token owns the resource"
method: GET
path: "/api/{ns}/{id}/owner-check"
tags: ["Owner Check"]
---

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

`GET /api/{ns}/{id}/owner-check`

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.

## Path parameters

- `ns` string, required
- `id` string, required

## Headers

- `X-Owner-Token` string

## Response `200`

OK

---

[API](https://skmtc.net/brewpage/apis/brewpage-api.md) · [All operations](https://skmtc.net/brewpage/apis/brewpage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brewpage/brewpage-api/revisions/6e0ac03e39e5/schema)
