File Read Url

Get a signed URL to read a file by its ID for a specific group and deal.

Path parameters

group_idintegerRequired
deal_idintegerRequired
file_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

content_typestringOptional
downloadbooleanOptionalDefaults to true

Response

Successful Response
methodstring
urlstring
fieldsmap from strings to any or null
headersmap from strings to any or null

Errors