Workspaces
List all workspaces
Workspaces
List all workspaces
GET
/
v1
/
workspaces
curl --request GET \
--url https://api.ongoody.com/v1/workspaces \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "9e164441-bcf6-4f7c-bc2b-ab3b76da14e8",
"name": "Workspace 1"
},
{
"id": "f1719cc9-c966-48ee-8015-33af7eac7f01",
"name": "Workspace 2"
}
],
"list_meta": {
"total_count": 2
}
}
Authorizations
Your Goody API key.
curl --request GET \
--url https://api.ongoody.com/v1/workspaces \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "9e164441-bcf6-4f7c-bc2b-ab3b76da14e8",
"name": "Workspace 1"
},
{
"id": "f1719cc9-c966-48ee-8015-33af7eac7f01",
"name": "Workspace 2"
}
],
"list_meta": {
"total_count": 2
}
}