Skip to main content
POST
/
api
/
broker_funder_policies
/
upload
/
{job_heron_id}
/
pending
/
{index}
/
resolve
Resolve a pending funder match
curl --request POST \
  --url https://app.herondata.io/api/broker_funder_policies/upload/{job_heron_id}/pending/{index}/resolve/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "funder_heron_id": "<string>"
}
'
{
  "candidates": [
    {
      "funder_heron_id": "<string>",
      "funder_name": "<string>",
      "similarity": 123
    }
  ],
  "index": 123,
  "matching_priority": 123,
  "policy": {},
  "resolved_funder_heron_id": "<string>",
  "spreadsheet_name": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.herondata.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

job_heron_id
string
required

The Heron ID of the upload job

index
integer
required

The index of the pending match to resolve

Body

application/json
funder_heron_id
string
required

Heron ID of the funder to match with

Response

Pending match resolved successfully

candidates
object[]
read-only
index
integer
read-only
matching_priority
integer | null
read-only
policy
object
read-only
resolved_funder_heron_id
string | null
read-only
spreadsheet_name
string
read-only
status
string
read-only