Retrieve all external data sources for a workspace
Authentication: required
Required API Scope: Instance Workspace: Read
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/datasource \
--header 'Authorization: Bearer <token>'[
{
"color": "#008000",
"label": "live"
}
]Was this page helpful?
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/datasource \
--header 'Authorization: Bearer <token>'[
{
"color": "#008000",
"label": "live"
}
]