v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-214977372.7 KB
Account Management API
Origins

Get origin

Note: This API is currently in beta.
Retrieves the origin identified by id.

get/v1/accounts/origins/{id}

Path parameters

idstring required

Unique identifier for the origin. This is generated by ImageKit when you create a new origin.

Unique identifier for the origin. This is generated by ImageKit when you create a new origin.

Response

Successful response.

OR
OR
OR
OR
OR
OR
OR

Example response

{
  "name": "US S3 Storage",
  "baseUrlForCanonicalHeader": "https://cdn.example.com",
  "bucket": "product-images",
  "prefix": "raw-assets",
  "useIAMRole": true
}