How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dinari KYC API

**KYC (Know Your Customer) is a process of verifying the identity of customer `Entities`.**KYC is required for all customer `Entities` that transact on Dinari's platform.Dinari provides a managed KYC process for its Partners, which provides a convenient KYC flow URL to present to the end customer.For Dinari Partners that supply their own KYC data, the API provides a way to record a customer's KYC information using the Partner's KYC data. This requires an existing KYC agreement between Dinari and the Partner.

Dinari KYC API is one of 10 APIs that Dinari publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include KYC. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and an AsyncAPI specification.

This API exposes 5 operations across 3 paths, and defines 33 schemas. It is described by OpenAPI 3.1.0, at version v20260709-097f56a.

Requests are made against a single base URL, https://api-enterprise.sbt.dinari.com.

5 operations 3 paths 33 schemas 2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v20260709-097f56a
Base URL
https://api-enterprise.sbt.dinari.com/api/v2
Authentication
API Key, API Key
License
Contact us
Terms of Service
Resource Areas
1

Authentication & Security 2

Dinari KYC API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-Key-Id (ApiKeyId). An API key is passed in the header as X-API-Secret-Key (ApiSecretKey).

  • ApiKeyId — The API key ID provided on the [Partners Dashboard](https://partners.dinari.com).
  • ApiSecretKey — API Secret Key that is only shown once at API Key creation.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 2 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

KYC 5

KYC (Know Your Customer) is a process of verifying the identity of customer Entities. KYC is required for all customer Entities that transact on Dinari's platform. Dinari provides…

GET
/api/v2/entities/{entity_id}/kyc
Get KYC Data
getEntityKyc 1 param → 200default
POST
/api/v2/entities/{entity_id}/kyc
Submit KYC Data
createEntityKyc 1 param body → 422201default
GET
/api/v2/entities/{entity_id}/kyc/{kyc_id}/document
Get KYC Documents
getEntityKycDocument 2 params → 200default
POST
/api/v2/entities/{entity_id}/kyc/{kyc_id}/document
Upload KYC Documents
createEntityKycDocument 3 params body → 422201default
POST
/api/v2/entities/{entity_id}/kyc/url
Create Managed KYC Check
createManagedEntityKycEmbed 1 param body → 422200default

Schemas 33

The contract defines 33 schemas that model the data the API accepts and returns. The most detailed are UsKycIdentityDataV1 (14 properties), BaselineKycCheckDataV0 (13 properties), UsKycCheckDataV1 (11 properties), UsEntityAmlCheckInfoV1 (7 properties). Each schema is shown below with its type and property counts.

BaseOpenApi422Error
object
4 properties 2 required
UsEntityKycRiskDisclosureInfoV1
object
Risk information about the individual Fields denote if the account owner falls under each category defined by FINRA rules. If any of the answers is true (yes),…
4 properties 4 required
UsEntityKycUsImmigrationInfoV1
object
US immigration information for this individual. Required if the individual is not a US citizen.
5 properties 2 required
BaseOpenApiFieldError
object
2 properties 2 required
CreateManagedKycInput
object
Input for creating a managed KYC check.
1 property
KycStatus
string
CreateKycDocumentFileInput
object
File input for uploading a KYCDocument.
1 property 1 required
BaselineKyc
object
KYC information for an Entity in the baseline jurisdiction.
5 properties 2 required
UsEntityKycFinancialProfileInfoV1
object
Financial profile information for the individual Examples of liquid net worth ranges: - $0 - $20,000 - $20,000 - $50,000 - $50,000 - $100,000 - $100,000 - $500…
3 properties 3 required
UsKycIdentityDataV1
object
Identity information for the individual
14 properties 11 required
Jurisdiction
string
CreateKycInput
UsEntityKycCitationInfoV1
object
Data source citations for a KYC check.
3 properties 3 required
UsEntityKycEmploymentInfoV1
object
Employment information for the individual
4 properties 1 required
CreateUsKycInput
object
Input parameters for providing KYC information for an Entity in the US jurisdiction.
3 properties 2 required
ManagedKycEmbed
object
URL for a managed KYC flow for an Entity.
2 properties 2 required
EmploymentStatus
string
KycDocument
object
A document associated with KYC for an Entity.
4 properties 4 required
FundingSource
string
KycDocumentType
string
UsVisaType
string
AlpacaCustomerAgreementInfoV1
object
Information to affirm that the individual has read, agreed to, and signed Alpaca's customer agreement, found here: https://files.alpaca.markets/disclosures/lib…
2 properties 2 required
UsKycCheckDataV1
object
KYC data for an Entity in the US jurisdiction.
11 properties 10 required
UsEntityKycMetadataV1
object
Metadata about the KYC check.
4 properties 4 required
UsNonProfessionalTraderAttestationV1
object
The non-professional trader property is a self-attestation for US customers that can affect the metered realtime data fees. This field must be updated when if…
2 properties 2 required
CreateBaselineKycInput
object
Input parameters for providing KYC information for an Entity in the baseline jurisdiction.
3 properties 2 required
BaselineKycCheckDataV0
object
KYC data for an Entity in the BASELINE jurisdiction.
13 properties 3 required
BaseOpenApiBodyError
object
2 properties 1 required
UsEntityAmlCheckInfoV1
object
AML check information for this individual. If any of the checks have a match, provide details about the matches or hits found. The individual will be marked as…
7 properties 7 required
Kyc
UsKyc
object
KYC information for an Entity in the US jurisdiction.
5 properties 2 required
BaseOpenApiError
object
4 properties 3 required
UsEntityTrustedContactInfoV1
object
Information for a trusted contact person for the individual. More information: - Investor.gov - Trusted Contact - FINRA - Trusted Contact
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dinari-kyc-api-openapi.yml Raw ↑

Other APIs Dinari publishes across the network.

Dinari Accounts API
Dinari Corporate Actions API
Dinari Entities API
Dinari Managed Orders API
Dinari Market Data API
Dinari Order Requests API
Dinari Orders API
Dinari Wallets API
Dinari Withdrawals API
Where this information came from

This is an independent, third-party profile of Dinari KYC API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.