Uploads

Fetch document upload

GET
/v1/uploads/{uploadId}

Returns a presigned url to download document data

Authorization

basic auth
AuthorizationBasic <token>

Authorization header with value of Basic <auth string> where the auth string value is a base64 encoded string of <client id>:<client secret>

In: header

Path Parameters

uploadId*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/uploads/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "url": "http://example.com"}
{  "error": "string",  "error_code": "string",  "message": "string",  "reason": "string",  "status": 0}
{  "message": "string",  "logref": "string",  "path": "string"}