GET
/
sources
/
{id}
/
private_url
curl --request GET \
  --url https://api.sandbox.isometric.com/mrv/v0/sources/{id}/private_url \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
"<string>"

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

id
string
required

Response

200
application/json
Successful Response

The response is of type string.

Was this page helpful?