Home

Use this endpoint to poll for status updates during the Capture process. This endpoint is an alternative to the postback status results sent to the status_url provided in the /start request body.

Log in to see full request history
Body Params
public_data
object
required

May not contain personally identifiable information (PII).

private_data
object
required

May contain personally identifiable information (PII).

Headers
string
required
Defaults to <calculated_signature>

Encrypted Request Body

string
required
Defaults to <customer_id>

Your provided customer ID.

Responses

Response body
object
public_data
object
string

Version of the API.

string

The requested endpoint.

private_data
object
required
string

ID issued at the beginning of a transaction to associate all subsequent processes within the transaction until ended.

status
array of objects

Array of status updates during the customer journey.

status
object
integer

Status event code. See Status Event Codes.

string

Time-stamped indication of when Capture logged the event. Format is yyyy-mm-dd hh:mm:ss.%f.

string

Time-stamped indication of when the server received the event. Format is yyyy-mm-dd hh:mm:ss.%f

string

Message describing the event code.

string

The Capture URL from which the event was logged.

string

A description of the device and browser that is running the Capture experience.

Language