Documents
Download Application Document
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Query Parameters
The format to download the file in
Example:
"base64"
Response
200
application/octet-stream
The document related to the application with the given identifiers was retrieved.
The response is of type file
.
Was this page helpful?