Verify a connection now

View as Markdown

Runs the contract’s live verification probe and persists the result on the connection. Stale verifications are also re-probed on a schedule — this is the “check it now” button. Authorization: space:contribute. Returns { data: { verificationStatus, verificationMessage, verificationCheckedAt, authStatus } }.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
connectionIdstringRequired

Response

The verification result.
dataobject