Skip to main content

Get Account Details

'get_account' will return the details of your account.

https://zeuscluster.com/api/?auth=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&c=get_account
{
    "status": "success",
    "data": {
        "account_guid": "33769928-8ecc-6d05-7ca0-93d48f2e80f2",
        "status": "active",
        "deleted": "no",
        "company_name": "Example Account",
        "poc_user_guids": null,
        "max_clusters": 1,
        "whitelabel": "no",
        "whitelabel_name_short": null,
        "whitelabel_name_long": null,
        "whitelabel_domain": null,
        "whitelabel_title": null,
        "whitelabel_hide_copyright": "no",
        "whitelabel_copyright": null,
        "clusters": [
        {
            "id": 1,
            "added": 1727869257,
            "updated": null,
            "account_guid": "33769928-8ecc-6d05-7ca0-93d48f2e80f2",
            "cluster_guid": "4fb2101b-3164-1385-2060-c720ac07e774",
            "name": "Example Cluster",
            "rtmp_endpoint": "dev.example.com",
            "hls_endpoint": "watch.example.com",
            "notes": "",
            "deleted": "no",
            "stream_storage_mount_point": "/mnt/recordings",
            "watermark_image": null,
            "api_push_urls_data": "{\"stream_start\":\"https://zeuscluster.com/api/api_test.php?c=stream_start\",\"stream_stop\":\"https://zeuscluster.com/api/api_test.php?c=stream_stop\",\"stream_recording\":\"https://zeuscluster.com/api/api_test.php?c=stream_recording\"}",
            "servers": [
            {
                "id": 23,
                "added": 1728225983,
                "updated": 1730988937,
                ...............
            }
        }
    }
}