---
title: "Sets the node owner"
method: POST
path: "/node/owner/certificate"
tags: ["node"]
---

# Sets the node owner

`POST /node/owner/certificate`

## Request body

- NodeOwnerCertificateRequest
  - `ownerAddress` string, string, required — Node owner address. (Bech32)
  - `publicKey` string, string, required — The public key of the node (Hex)

## Response `200`

Node owner was successfully changed

- NodeOwnerCertificateResponse
  - `certificate` string, string, required — Certificate stating the ownership. (Hex)

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)

## Changes

- **2023-02-13** `1041f915f260` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/iotaledger/apis/wasp-api/changes/node/owner/certificate/post.md)

---

[API](https://skmtc.dev/iotaledger/apis/wasp-api.md) · [All operations](https://skmtc.dev/iotaledger/apis/wasp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iotaledger/wasp-api/revisions/1041f915f260/schema)
