v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-214977372.7 KB
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
  }
]