cURL
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" }
HTTP Basic Authentication using the API Key as username and API Secret as password.
"doc_a1b2c3d4e5f6g7h8"
Document details retrieved successfully
processing
approved
rejected