Sources
Get Source Private Url
Returns a short-lived signed URL to download a source document from. This query will fail if
the source does not have a private URL or if the authenticated user does not have
access to it. That’s why you need to first check the urlInfo
field on the source
object, to ensure that you can safely use this query.
GET
Authorizations
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
A secret token identifying the client connecting to the API
Example:
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Path Parameters
Response
200
application/json
Successful Response
The response is of type string
.
Was this page helpful?