---
title: "Trust a peering node"
method: POST
path: "/v1/node/peers/trusted"
tags: ["node"]
---

# Trust a peering node

`POST /v1/node/peers/trusted`

## Request body

- PeeringTrustRequest
  - `name` string, string, required
  - `peeringURL` string, string, required — The peering URL of the peer
  - `publicKey` string, string, required — The peers public key encoded in Hex

## Response `200`

Peer was successfully trusted

## Other responses

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

---

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