curl / SDK
The request
An ordinary bearer-authenticated GET. The body printed below is the live overview this page rendered its numbers from, not a fixture: the first notification is shown in full and the rest are counted, never paraphrased.
curl -H "Authorization: Bearer bsk_live_xxx" \
https://api.example.com/workspaces/starter-lab/overview
{
"workspace": {
"id": "wrk_starter",
"slug": "starter-lab",
"name": "Starter Lab",
"planId": "team"
},
"notifications": []
}