Retrieve all accessible workspaces for the authenticated user
Authentication: required
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"name": "My Workspace",
"description": "My Workspace Description",
"branch": "v1"
}
]Was this page helpful?
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"name": "My Workspace",
"description": "My Workspace Description",
"branch": "v1"
}
]