Via API in BC Registry, documents appear to be available and can be purchased, but are not retrievable.
----Request Document Access----
POST {{gateway_url}}/registry-search/api/v1/businesses/BC1289264/documents/requests
BODY
{
"documentAccessRequest": {
"documents": [
{
"type": "BUSINESS_SUMMARY_FILING_HISTORY"
}
]
}
}
RESPONSE
{
"businessIdentifier": "BC1289264",
"businessName": null,
"documents": [
{
"documentKey": "zBouOKwbS",
"documentType": "BUSINESS_SUMMARY_FILING_HISTORY",
"fileName": null,
"id": 169406
}
],
"expiryDate": "2025-09-12T19:51:01.624841+00:00",
"id": 163654,
"outputFileKey": null,
"paymentCompletionDate": "2025-08-29T19:51:01.624841+00:00",
"paymentStatus": "APPROVED",
"paymentToken": "9050843",
"status": "COMPLETED",
"submissionDate": "2025-08-29T19:51:00.666848+00:00",
"submitter": "api-key-account-55402"
}
----Retrieve Document----
GET {{gateway_url}}/registry-search/api/v1/businesses/BC1289264/documents/zBouOKwbS
RESPONSE 404
{
"errorMessage": "API backend third party service error.",
"rootCause": " "
}