Account Management API
URL endpoints
List URL‑endpoints
Note: This API is currently in beta.
Returns an array of all URL‑endpoints configured including the default URL-endpoint generated by ImageKit during account creation.
get/v1/accounts/url-endpoints
Response
Successful response.
Example response
[
{
"description": "My custom URL endpoint",
"urlPrefix": "product-images",
"origins": [
"origin-id-1",
"origin-id-2"
],
"urlRewriter": {
"preserveAssetDeliveryTypes": true
}
}
]