- Knowledge Base
- Developers
- (Imagen Internal) Reference Endpoints
GET /api/v1/endpoints 📰
Return the API endpoints of your Imagen Instance
Resource URL
https://{MEDIACONTROLCENTRE_HOST}/api/v1/endpoints
Resource Information
Response formats | XML |
Requires authentication? | No |
Required scope(s) | Not Applicable |
Parameters
None
Response
Returns the application details in XML format on success (OR JSON if your standard HTTP Accept header specified application/json). Returns standard error response on failure.
Example Request - Curl
curl --location --request GET 'https://{MEDIACONTROLCENTRE_HOST}[:PORT]/api/v1/endpoints'
Example Result - XML
<?xml version="1.0" encoding="UTF-8"?>
<ApiEndPoints>
<ImagenWeb>https://[YOUR_IMAGEN_DOMAIN].com</ImagenWeb>
<StorageService>https://{STORAGE_SERVICE_HOST}:7777</StorageService>
<MediaControlCentre>https://{MEDIA_CONTROL_CENTRE_HOST}:83</MediaControlCentre>
</ApiEndPoints>