GET
/
accounts
/
/
documents
/
{account_id}
Header
Path
curl --request GET \
  --url https://sandbox.featherhq.com/accounts//documents/{account_id} \
  --header 'x-api-key: <x-api-key>'
{
  "documents": [
    {
      "document_id": "<string>",
      "document_name": "<string>",
      "document_type": "<string>",
      "upload_date": "2023-11-07T05:31:56Z"
    }
  ]
}

Headers

x-api-key
string
required

API Key for authentication

Path Parameters

account_id
string
required

The ID of the account for which documents are to be retrieved.

Response

200 - application/json
documents
object[]