Skip to main content
GET
/
documents
/
accounts
/
{account_id}
/
upload
List documents for an account
curl --request GET \
  --url https://api.bluum.finance/v1/documents/accounts/{account_id}/upload \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "document_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "upload_status": "processing",
    "uploaded_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string<uuid>
required
Example:

"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b"

Query Parameters

document_type
enum<string>

Filter documents by type.

Available options:
id_verification,
proof_of_address,
w9_form
status
enum<string>

Filter documents by status.

Available options:
processing,
approved,
rejected

Response

List of documents for the account

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