cURL
curl --request GET \
--url https://app.teable.ai/api/admin/reward/spaces \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"items": [
{
"id": "<string>",
"name": "<string>"
}
]
}admin
Get all spaces with reward records
Get a list of all spaces that have reward records for admin filtering
GET
/
admin
/
reward
/
spaces
cURL
curl --request GET \
--url https://app.teable.ai/api/admin/reward/spaces \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"items": [
{
"id": "<string>",
"name": "<string>"
}
]
}Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

