Skip to main content
GET
/
documents
/
{document_id}
Retrieve a specific document
curl --request GET \
  --url https://api.bluumfinance.com/v1/documents/{document_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "document_id": "doc_a1b2c3d4e5f6g7h8",
  "account_id": "3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b",
  "document_type": "id_verification",
  "upload_status": "approved",
  "uploaded_at": "2025-01-10T09:00:00Z"
}

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using the API Key as username and API Secret as password.

Path Parameters

document_id
string<uuid>
required
Example:

"doc_a1b2c3d4e5f6g7h8"

Response

Document details retrieved successfully

document_id
string<uuid>
account_id
string<uuid>
upload_status
enum<string>
Available options:
processing,
approved,
rejected
uploaded_at
string<date-time>