Skip to main content
Once the journey is complete, retrieve the user’s data with the same transaction_id. The response is a uniform list of { type, status, data } blocks, where the inner data is a free-form map whose contents depend on type. An optional type scopes the list to a single type; omit it to receive the entire list.

Endpoint

Headers

Sample request

Parameters

string
required
The transaction identifier returned by /transaction/init.
string
Scopes the response to a single type, e.g. KYC or ANALYTICS — it can be any type configured for the instance; these are just examples. Omit to receive the entire list.

Response 200

Top-level fields

data[] fields

Next step

To receive the data push instead of pulling it, configure a Webhook subscribed to the DATA event.