Endpoints

The rest endpoints needed for use of the API can all be retrieved from a single call to the ImagenWeb host.

Resource URL

https://{IMAGENWEB_HOST}/api/v1/endpoints

Resource Information

Response formats XML (default) or JSON
Requires authentication? Yes (application context only)
Required scope Not applicable

Example Result - XML

<?xml version="1.0" encoding="UTF-8"?>
<ApiEndPoints>
    <ImagenWeb>https://{IMAGENWEB_HOST}</ImagenWeb>
    <StorageService>https://{STORAGESERVICE_HOST}[:PORT]</StorageService>
    <MediaControlCentre>https://{MEDIACONTROLCENTRE_HOST}[:PORT]</MediaControlCentre>
</ApiEndPoints>