Sources
Get Source Private Url
Returns a short-lived signed URL for a source’s private URL. 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
Path Parameters
Response
200 - application/json
The response is of type string
.
Was this page helpful?