cURL
curl --request GET \ --url https://crossproductroadmapbackend.vercel.app/api/v1/users \ --header 'Authorization: Bearer <token>' \ --header 'x-tenant-slug: <x-tenant-slug>'
{ "users": [ { "id": "<string>", "name": "<string>", "email": "<string>", "title": "<string>", "role": "ADMIN" } ] }
Use IDs from this list as ownerId when creating or updating initiatives.
ownerId
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
Show child attributes