Report Candidate IP Telemetry
Report an IP address your own systems observed for a candidate. Ropes stores the reading, enriches it with geolocation and network-concealment intelligence (VPN, proxy, Tor, relay, hosting), and plots it on the candidate’s Trust Center as an external source alongside the locations Ropes observed itself. Returns 202 as soon as the reading is stored; enrichment completes asynchronously, so a reading appears on the Trust Center shortly after this call rather than immediately. Reposting an identical (ipAddress, observedAt) pair for the same candidate is a no-op and returns duplicate: true, so retries are safe. The address must be publicly routable — a private, loopback, or link-local address means your system reported an internal IP rather than the public egress address, and is rejected.
Authorizations
Path Parameters
The unique identifier of the candidate
Body
The publicly routable IPv4 or IPv6 address observed for the candidate, e.g. 93.184.216.34
ISO 8601 / RFC 3339 timestamp of when the external provider observed the IP. A UTC offset is accepted, e.g. 2026-08-25T12:00:00Z or 2026-08-25T21:00:00+09:00
Name of the system that observed the IP, shown to reviewers on the Trust Center, e.g. "acme-proctor"
1 - 64Response
Reading accepted for enrichment