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
stringRequiredUnique identifier for the entity.
Body Parameters
data
objectOptionalStructured data associated with the evidence, as a JSON object. The shape of this object depends on the evidence type.
description
stringOptionalA description of the evidence.
evidence_type
stringRequiredThe type of evidence to submit.
purpose
stringRequiredThe purpose of the evidence submission.