Poll a Bridge transfer
curl --request POST \
--url http://localhost:3001/v1/bridge-integrations/{bridgeIntegrationId}/poll-transfer \
--header 'Content-Type: application/json' \
--data '
{
"transferId": "<string>"
}
'{
"transferId": "<string>",
"transferState": "<string>",
"evidence": {
"accepted": true,
"duplicate": true,
"flowLegIds": [
"<string>"
],
"matchedCaseIds": [
"<string>"
],
"rawRecordId": "<string>",
"signatureValid": true,
"source": "<string>",
"sourceRef": "<string>"
}
}๐ Integrations & API Keys
Poll a Bridge transfer
POST
/
v1
/
bridge-integrations
/
{bridgeIntegrationId}
/
poll-transfer
Poll a Bridge transfer
curl --request POST \
--url http://localhost:3001/v1/bridge-integrations/{bridgeIntegrationId}/poll-transfer \
--header 'Content-Type: application/json' \
--data '
{
"transferId": "<string>"
}
'{
"transferId": "<string>",
"transferState": "<string>",
"evidence": {
"accepted": true,
"duplicate": true,
"flowLegIds": [
"<string>"
],
"matchedCaseIds": [
"<string>"
],
"rawRecordId": "<string>",
"signatureValid": true,
"source": "<string>",
"sourceRef": "<string>"
}
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Body
application/json
Minimum string length:
1โI
