Account Management API
Origins
List origins
Note: This API is currently in beta.
Returns an array of all configured origins for the current account.
get/v1/accounts/origins
Response
Successful response.
Example response
[
{
"name": "US S3 Storage",
"baseUrlForCanonicalHeader": "https://cdn.example.com",
"bucket": "product-images",
"prefix": "raw-assets",
"useIAMRole": true
}
]