Authorization: Bearer ********************
curl --location --request GET 'https://apistream.gotipath.com/v1/distributions/c4f5d16c-ddf6-4481-9771-bbb3407d6404/origins' \
--header 'X-Auth-ClientId;' \
--header 'X-Auth-LibraryId;' \
--header 'X-Auth-ApiKey;'
{
"status": 0,
"result": [
{
"id": "string",
"distribution_id": "string",
"type": "s3",
"label": "string",
"description": "string",
"url": "string",
"protocol": "http",
"load_balancer_type": "failover",
"is_primary": true
}
],
"success": true
}