Skip to main content
GET
Download Verification Document
Returns the document file itself. Take imageId from Get Verification Documents. The response is the raw file, not JSON. Files are proxied through Rolla, so you never talk to the identity provider directly.

Example Request

For a beneficial owner or director, use the related-person path:

Response

The file, with Content-Type and Content-Disposition set from its actual format.
Do not assume JPEG. Applicants upload whatever their device produced — PNG and PDF are as common as JPEG, and the two documents we tested against came back as a 3.7 MB PNG and a 419 KB JPEG. Read Content-Type and set your file extension from it.
An imageId is only readable through the account it belongs to. Requesting one that belongs to a different customer returns 404, whether or not the id is valid.

Error Responses

Document not on this account (404)

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

accountId
string<uuid>
required

Identifier of an account owned by the same user as your API key's business

imageId
string
required

Identifier of the document, taken from documents[].imageId

Response

The document file. Content-Type reflects the uploaded format — read it rather than assuming JPEG.

The response is of type file.