Entity

Create third party evidence

POST/entities/{entity_id}/evidence

Create evidence from third-party verification services. If your KYC provider sends you a JSON blob, you can pass that in directly into data if the third_party_json is passed in as evidence_type.

Path Parameters

entity_id

stringRequired

Unique identifier for the entity.

Body Parameters

data

objectOptional

Structured data associated with the evidence, as a JSON object. The shape of this object depends on the evidence type.

description

stringOptional

A description of the evidence.

evidence_type

stringRequired

The type of evidence to submit.

purpose

stringRequired

The purpose of the evidence submission.