BitRouterBitRouter.
Get API Key
Management

List the caller's namespaces

Every live namespace owned by the calling user, oldest first.

Requires the namespace:read scope.

GET
/v1/namespaces

Authorization

x-api-key<token>

Anthropic-style API key header.

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.bitrouter.ai/v1/namespaces"
{}
{
  "error": null
}
{
  "error": null
}
{
  "error": null
}

How is this guide?