Skip to main content
GET
/
applications
/
{application_id}
/
edd
Get EDD record for application
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"
        }
      ]
    }
  }
}

Authorizations

X-Application-Token
string
header
required

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.

Path Parameters

application_id
string
required

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.

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

Response

EDD record retrieved successfully

Response containing EDD data with application context

application_id
string
required

The application ID

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

application_status
enum<string>
required

Current status of the application

Available options:
pending,
submitted,
completed
Example:

"pending"

application_decision
enum<string> | null
required

Decision outcome (if any)

Available options:
approved,
declined,
withdrawn
edd
object
required

The EDD data