File Read Url

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

Authentication

AuthorizationBearer

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

Path parameters

group_idintegerRequired
deal_idintegerRequired
file_idintegerRequired

Query parameters

content_typestring or nullOptional
downloadbooleanOptionalDefaults to true

Response

Successful Response
methodstring
urlstring
fieldsobject or null
headersobject or null

Errors