Account Management API
URL endpoints
Get URL‑endpoint
Note: This API is currently in beta.
Retrieves the URL‑endpoint identified by id.
get/v1/accounts/url-endpoints/{id}
Path parameters
idstring required
Unique identifier for the URL-endpoint. This is generated by ImageKit when you create a new URL-endpoint. For the default URL-endpoint, this is always default.
Unique identifier for the URL-endpoint. This is generated by ImageKit when you create a new URL-endpoint. For the default URL-endpoint, this is always default.
Response
Successful response.
Example response
{
"description": "My custom URL endpoint",
"urlPrefix": "product-images",
"origins": [
"origin-id-1",
"origin-id-2"
],
"urlRewriter": {
"preserveAssetDeliveryTypes": true
}
}