Skip to main content
POST
Query consolidated KYC certificate data for a consumer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
network_ids
string<uuid>[]
required

Networks to query across; the single policy is applied to all of them.

Minimum array length: 1
policy_id
string<uuid> | null

Querying policy applied across every network in network_ids. If omitted, each network's default policy is used.

furnishing_entity_ids
string<uuid>[] | null

Optional furnishing-entity scope. When omitted or empty, data from all furnishers is considered.

Consent token — system resolves identity + applies field access filtering.

consumer_id
string<uuid> | null

Consumer profile primary key (Consumer.id) for permissible-purpose (FCRA) queries.

Response

Successful Response

consumer_id
string<uuid>
required
result
KYCCertificateNetworkResult · object
required

Consolidated certificate resolution across all queried networks.

certificate_id
string<uuid> | null
query_event_id
string<uuid> | null