Wait For Scan Results

Waits asynchronously for the results of a scan operation associated with the specified transaction identifier.

GET /v1/AcuCapture/WaitForScanResults

Parameters

NameInTypeRequiredDescription
correlationIdquerystringRequiredThe identifier received when creating the one-time link to initiate the transaction, intended to synchronize and associate the link sent to the user with the final processing results.

Code sample language

curl -X GET "{{API.SANDBOX_BASE_URL}}/AcuCapture/WaitForScanResults?correlationId=CORRELATIONID" \
  -H "x-api-key: YOUR_API_KEY"

Responses

200OK