curl --request GET \
--url https://api.platform.dakota.xyz/applications/{application_id}/edd \
--header 'X-Application-Token: <api-key>'{
"application_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"application_status": "pending",
"application_decision": "approved",
"edd": {
"account_usage_description": "Processing payments for e-commerce transactions",
"id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"business_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"created_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-15T14:45:00Z",
"top_customer_countries": [
"US",
"GB",
"CA"
],
"screens_customers_for_sanctions": true,
"allow_third_party_access": false,
"is_token_issuer": false,
"will_conduct_token_sale": false,
"token_sale_amount_usd": 1000000,
"token_sale_availability": "Public sale to accredited investors",
"token_sale_registration_status": "Registered with SEC",
"is_regulated": true,
"unregulated_justification": "Operating in exempt category under local regulations",
"country_of_regulation": "US",
"regulatory_license_type": "Money Services Business (MSB)",
"verifies_customer_identity": true,
"kyc_service_provider": "Sumsub",
"has_transaction_monitoring": true,
"subject_to_aml_audits": true,
"last_audit_date": "2024-06-30",
"document_info": {
"uploaded_documents": [
{
"document_id": "2hCjxJzUAW6JVRkZqaF9E0KpM3a",
"document_type": "passport",
"status": "uploaded",
"uploaded_at": "2025-01-15T10:30:00Z"
}
],
"missing_documents": [
{
"purpose": "business_formation",
"accepted_types": [
"articles_of_incorporation"
],
"description": "Articles of Incorporation or equivalent formation document"
}
]
}
}
}Retrieves the Enhanced Due Diligence (EDD) record for an application, including which documents are required and which are still missing.
Authentication: Accepts Application Token (X-Application-Token header).
curl --request GET \
--url https://api.platform.dakota.xyz/applications/{application_id}/edd \
--header 'X-Application-Token: <api-key>'{
"application_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"application_status": "pending",
"application_decision": "approved",
"edd": {
"account_usage_description": "Processing payments for e-commerce transactions",
"id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"business_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"created_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-15T14:45:00Z",
"top_customer_countries": [
"US",
"GB",
"CA"
],
"screens_customers_for_sanctions": true,
"allow_third_party_access": false,
"is_token_issuer": false,
"will_conduct_token_sale": false,
"token_sale_amount_usd": 1000000,
"token_sale_availability": "Public sale to accredited investors",
"token_sale_registration_status": "Registered with SEC",
"is_regulated": true,
"unregulated_justification": "Operating in exempt category under local regulations",
"country_of_regulation": "US",
"regulatory_license_type": "Money Services Business (MSB)",
"verifies_customer_identity": true,
"kyc_service_provider": "Sumsub",
"has_transaction_monitoring": true,
"subject_to_aml_audits": true,
"last_audit_date": "2024-06-30",
"document_info": {
"uploaded_documents": [
{
"document_id": "2hCjxJzUAW6JVRkZqaF9E0KpM3a",
"document_type": "passport",
"status": "uploaded",
"uploaded_at": "2025-01-15T10:30:00Z"
}
],
"missing_documents": [
{
"purpose": "business_formation",
"accepted_types": [
"articles_of_incorporation"
],
"description": "Articles of Incorporation or equivalent formation document"
}
]
}
}
}Application-specific token for public URL access. Generated when a customer is created. Provides access to a single application without requiring an API key. Token is valid for 30 days and rate-limited to 100 requests per hour.
The unique identifier for the application KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
EDD record retrieved successfully
Response containing EDD data with application context
The application ID
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Current status of the application
pending, submitted, completed "pending"
Decision outcome (if any)
approved, declined, withdrawn The EDD data
Show child attributes