cURL
curl --request GET \ --url https://crossproductroadmapbackend.vercel.app/api/v1/workspace \ --header 'Authorization: Bearer <token>' \ --header 'x-tenant-slug: <x-tenant-slug>'
{ "name": "Acme Corp", "slug": "acme", "plan": "free" }
Generate an API key in your workspace Settings → API Keys. Pass it as Authorization: Bearer tab_<key> on every request.
Authorization: Bearer tab_<key>
Your workspace slug (e.g. acme).
acme
OK
"Acme Corp"
"acme"
free
pro
enterprise
"free"