Create a new business registry lookup request. This will queue a task to fetch business information from country-specific vendor APIs.
Processing Modes:
async: true): Returns immediately with 201 Created and processing status. Client should poll the GET endpoint for completion.async: false): Waits up to 45 seconds for completion.
200 OK with full business data.201 Created with processing status (client should poll for completion).Country Requirements:
country, official_name, and addresscountry and registration_numbercountry and registration_numbercountry and at least one input field (official_name, registration_number, or address)Workflow:
Note: The business record is created immediately with async_status: processing. The record will be updated with results when processing completes.
API key for authentication. Access https://console.beltic.com/ to obtain your API key.