v2
/api2/liveevents2/operator/list
Gets the list of other accounts who are authorized to operate live events in the dashboard on behalf of this account. This list will be composed of people who've been granted the "Write" or the "Assigned" permission from within the Account Access Settings page.
Sample request/response:
The Call
function, which is imported from API Auth
for V2 APIs (see below), prepares the message body and digital signature.
🔓
API Auth for Classic Authentication (V2 APIs)
Open Recipe
from uplynk_api2_auth import Call
print(Call('/api2/liveevents2/operator/list'))
{
"owners": [{
"id": "f4e3035377f84a31953f475971f5544f",
"username": "[email protected]"
}, {
"id": "7e23d7b5d0ea461181d302396a6fd70d",
"username": "[email protected]"
}
],
"error": 0
}