curl --request GET \
--url 'https://api.unify.ai/v0/interface?name=None&project=None&temporary=None' \
--header "Authorization: Bearer $UNIFY_KEY"
[
{
"name": "tab1",
"project": "my_project",
"items": [
{
"i": "n0",
"x": 0,
"y": 0,
"w": 3,
"h": 3
},
{
"i": "n1",
"x": 0,
"y": 3,
"w": 2,
"h": 3,
"tab": "Plot_1"
}
],
"new_counter": 2
}
]
curl --request GET \
--url 'https://api.unify.ai/v0/interface?name=None&project=None&temporary=None' \
--header "Authorization: Bearer $UNIFY_KEY"
[
{
"name": "tab1",
"project": "my_project",
"items": [
{
"i": "n0",
"x": 0,
"y": 0,
"w": 3,
"h": 3
},
{
"i": "n1",
"x": 0,
"y": 3,
"w": 2,
"h": 3,
"tab": "Plot_1"
}
],
"new_counter": 2
}
]
Bearer <token>
, where <token>
is your auth token.curl --request GET \
--url 'https://api.unify.ai/v0/interface?name=None&project=None&temporary=None' \
--header "Authorization: Bearer $UNIFY_KEY"
[
{
"name": "tab1",
"project": "my_project",
"items": [
{
"i": "n0",
"x": 0,
"y": 0,
"w": 3,
"h": 3
},
{
"i": "n1",
"x": 0,
"y": 3,
"w": 2,
"h": 3,
"tab": "Plot_1"
}
],
"new_counter": 2
}
]