Authorization: Bearer ********************curl --location --request GET 'https://apistream.gotipath.com/v1/distributions' \
--header 'X-Auth-ClientId: ebe8bac0-eaef-4548-8b59-96c9ec38a22b' \
--header 'X-Auth-LibraryId: 89898172-d32b-49f8-a94a-bdf0c6ca1bd9' \
--header 'X-Auth-ApiKey: pEBPYVUNMbP7uDsb0W2h3oTjpEqr32fFh/3TNUhvFcJt7/J/hyV+5LctVWONgzaw+w+PpQ' \
--header 'Authorization: Bearer <token>'{
"status": 0,
"message": "string",
"result": [
{
"id": "string",
"delivery_domain": "string",
"acme_challenge_domain": "string",
"customer_id": "string",
"certificate_id": "string",
"label": "string",
"description": "string",
"origin_type": "string",
"cdn_type": "string",
"domain": "string",
"acceleration_type": "string",
"enable_ssl": true,
"is_http2": true,
"is_redirect_http_to_https": true,
"status": "active",
"origins": [
{
"id": "string",
"distribution_id": "string",
"type": "string",
"label": "string",
"description": "string",
"url": "string",
"protocol": "string",
"load_balancer_type": "string",
"is_primary": true
}
],
"certificate": null,
"created_by": "string",
"updated_by": null,
"created_at": "string",
"updated_at": "string"
}
],
"meta": {
"current_page": 0,
"total": 0,
"from": 0,
"to": 0,
"last_page": 0,
"per_page": 0
},
"success": true
}