Get workspaces

This method returns all workspaces in your account.

Get Workspaces list

GET https://api.imber.live/workspace/

This endpoint allows you to get workspaces list inside an array of objects.

Headers

{
    "success": true,
    "data": [
        {
            "status": 1,
            "type": 0,
            "_id": "5fbb7399d0222a70a8fece80",
            "name": "Imber - EN",
            "url": "https://imber.live/en",
            "containerId": "5f00a44d8e844b5a746f90b1",
            "token": "z4ukm94khual26v",
            "operators": [
                {
                    "_id": "5fbb7399d0222a70a8fece81",
                    "operatorId": "5f060997de67087e5d2a2650",
                    "access": 3
                },
                {
                    "_id": "5fc4f57f4f7fef13107bd917",
                    "operatorId": "5fc4f5584f7fef13107bd7fb",
                    "access": 2
                },
                {
                    "_id": "6007c91c77adfaf4218e5948",
                    "operatorId": "5fc4f5584f7fef13107bd7fb",
                    "access": 2
                }
            ],
            "createdAt": "2020-11-23T08:32:25.688Z",
            "updatedAt": "2020-11-23T08:32:25.688Z",
            "__v": 2,
            "logo": "https://upload.imber.live/preview/5fbcd997967be139cea6b482/5fbb7399d0222a70a8fece80"
        },
        {
            "status": 1,
            "type": 0,
            "_id": "5f4bf17f04835674494da4a5",
            "name": "تست",
            "url": "http://test.ir",
            "containerId": "5f00a44d8e844b5a746f90b1",
            "token": "mpzmyxkehfpi7f",
            "operators": [
                {
                    "_id": "5f4bf17f04835674494da4a6",
                    "operatorId": "5f00a44d8e844b5a746f90b2",
                    "access": 3
                },
                {
                    "_id": "5f6bba40c541641623f9b3a5",
                    "operatorId": "5f6bb909689c431ac0dc4b5c",
                    "access": 1
                },
                {
                    "_id": "5f6d05f546f4d9664eb67c83",
                    "operatorId": "5f6d05c32186fb65f64e07d7",
                    "access": 1
                }
            ],
            "createdAt": "2020-08-30T18:35:43.856Z",
            "updatedAt": "2020-08-30T18:35:43.857Z",
            "__v": 2
        },
        {
            "status": 1,
            "type": 0,
            "_id": "5f00a44d8e844b5a746f90b3",
            "token": "30dqvhv8kc7tk2na",
            "name": "ایمبر | imber",
            "url": "https://imber.live",
            "containerId": "5f00a44d8e844b5a746f90b1",
            "operators": [
                {
                    "operatorId": "5f00a44d8e844b5a746f90b2",
                    "access": 3
                }
            ],
            "createdAt": "2020-07-04T15:46:21.257Z",
            "updatedAt": "2020-07-04T15:46:21.257Z",
            "__v": 4,
            "logo": "https://upload.serink.ir/preview/5f119e3712f8eb4ea618f2ab/5f00a44d8e844b5a746f90b3"
        }
    ]
}

Data structure

Last updated