agency-board

PATCH /v1/agency/boards/{boardId}/inbound-endpoints/{endpointId}

Rename an endpoint, or pause and resume it.

Svi agency-board krajnji točke

Autentifikacija

Pošaljite API ključ kao bearer token. Ova krajnja točka ne navodi određenu dozvolu u specifikaciji, stoga dajte svom ključu najmanje što mu je potrebno i provjerite odgovor umjesto da pretpostavljate.

Ova krajnja točka ne prihvaća ID organizacije. Vaš ključ već identificira organizaciju kojoj pripada, a odgovor je ograničen na nju.

Isprobajte

Zamijenite sve unutar šiljastih zagrada svojim vlastitim vrijednostima, a rezervirano mjesto za ključ s ključem iz vaše nadzorne ploče.

curl -X PATCH https://api.zinndigital.com/v1/agency/boards/{boardId}/inbound-endpoints/{endpointId} \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "name": <string> }'

Prijavljeni ste? API konzola na vašoj nadzornoj ploči automatski unosi stvarni ID vaše organizacije i vaš vlastiti ključ te šalje zahtjev prema aktivnom API-ju kako biste mogli vidjeti stvarni odgovor. Otvori ovu krajnju točku u API konzoli

Parametri

NazivVrstaObaveznoŠto je to
boardId (path)UuidDaProject board ID (UUIDv7).
endpointId (path)UuidDaInbound endpoint ID (UUIDv7).

Tijelo zahtjeva

NazivVrstaObaveznoŠto je to
namestringDa
signature_schemestring<zinn, github>Ne`zinn` verifies `X-Zinn-Signature` over "<timestamp>.<body>"; `github` verifies GitHub's own `X-Hub-Signature-256` over the body. One route, one rate limiter, one log, whichever…
statusstring<enabled, disabled>Ne

Odgovor

NazivVrstaObaveznoŠto je to
idUuidDaUUIDv7 identifier — sortable by creation time (docs/02 §8).
board_idUuidDaUUIDv7 identifier — sortable by creation time (docs/02 §8).
namestringDa
endpoint_keystringDaThe opaque path segment. Not the board id, and unchanged by a secret rotation.
urlstringNeThe full URL to paste into the sending system.
signature_schemestring<zinn, github>Da
statusBoardAutomationStatusDa`suspended` means WE paused it after repeated failure and it carries a reason the customer has not read. It is a third state rather than a reuse of `disabled`, because collapsin…
has_secretbooleanDa
request_countintegerNe
rejected_countintegerNe
last_rejectionstringNeWhy the last refused request was refused — so "my n8n node says 404" is answerable from this screen rather than from a support ticket.
last_seen_atstringNe
created_atstringNe

Pogreške koje ova krajnja točka može vratiti

401 · 403 · 404 · 422