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.
Example response
{
"name": "US S3 Storage",
"baseUrlForCanonicalHeader": "https://cdn.example.com",
"bucket": "product-images",
"prefix": "raw-assets",
"useIAMRole": true
}