Verify a connection now
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
spaceId
connectionId
Response
The verification result.
data