CorebanqCorebanq Developer Docs
Uploadsv1Files

Get file content

Get file content

GET/v1/uploads/{id}/content

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/uploads/497f6eca-6276-4993-bfeb-53cbbbba6f08/content"
{
  "file_name": "string",
  "content": "string",
  "file_extension": "string",
  "document_type": "bylaws"
}

{
  "code": "uploads.record_not_found",
  "message": "Record not found"
}