Skip to main content
POST

Authorizations

Authorization
string
header
required

A paid-team API key, sent as Authorization: Bearer rch_live_…. Create and revoke keys in the app under Settings → API keys.

Path Parameters

id
string<uuid>
required

Opportunity id (uuid).

Body

application/json
field
enum<string>
required
Available options:
email,
phone
target
enum<string>
default:reviewer
Available options:
reviewer,
committee
target_id
integer

Committee member index (required when target is committee).

Response

The reveal result. found: true with the value when a contact was found (a credit was spent), or found: false when none exists (no credit kept).

success
boolean
required
data
object
required