---
title: 'Read your instance business details through the API'
description: 'Three read-only endpoints now expose the business details, business profile and ownership information you entered during onboarding, so you can sync your instance data into your own systems.'
date: 2026-09-23
category: Product Update
categoryType: update
contributors:
  - andreMayer
isChangelog: true
---

The business information you entered when onboarding your instance is now readable through the API and the MCP server.

<!--more-->

## What's new

Three read-only endpoints under `/v1/instances/{instance_id}/onboarding/` are now part of the public reference and the SDK:

- `GET .../business_details`: legal name, tax ID, entity type, state of incorporation, formation date, trading names and registered address.
- `GET .../business_profile`: industry, website, business scenario and expected volume.
- `GET .../ownership_documents`: owners and ownership documents.

They authenticate with your regular instance API key. Use them to keep the records you hold about your own instance in sync with what BlindPay has on file. Updating this information still happens through the dashboard.
