Workspace
Inspect the workspace your key belongs to.
https://api.mytabulon.com/v1
GET
/meany valid keyReturns workspace details, key environment, and granted scopes.
{
"object": "api_key.context",
"workspace": {
"object": "workspace",
"id": "...",
"name": "Acme",
"username": "acme",
"currency": "USD",
"workspace_type": "business"
},
"environment": "live",
"scopes": ["clients.read"]
}