Skip to main content
GET
/
api
/
external
/
customer
/
{customer}
/
document
/
{document}
Show a customer KYB document
curl --request GET \
  --url https://api-prod.blaaiz.com/api/external/customer/{customer}/document/{document} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Document retrieved successfully",
  "data": {
    "id": "019a6e10-1fb3-7b2f-8f8b-ad1e92c4017a",
    "business_customer_id": "019a6da3-4a9a-7033-81b9-12489eff13ee",
    "type": "CERTIFICATE_OF_INCORPORATION",
    "name": "Acme Inc — Certificate of Incorporation.pdf",
    "extension": "pdf",
    "description": "Filed 2019-03-12, Companies House",
    "status": "APPROVED",
    "admin_comments": null,
    "url": "https://s3.amazonaws.com/...?X-Amz-Signature=...",
    "created_at": "2026-04-20T10:14:31.000000Z",
    "updated_at": "2026-04-22T08:01:12.000000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.business.blaaiz.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

customer
string<uuid>
required
document
string<uuid>
required

Response

Document detail.