Sources
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
/
sources
/
{id}
/
private_url
Authorizations
Authorization
string
headerrequiredA JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
x-client-secret
string
requiredA secret token identifying the client connecting to the API
Path Parameters
id
string
requiredResponse
200 - application/json
The response is of type string
.
Was this page helpful?