Skip to main content
GET
List user namespaces

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

user
string
required

Username or 'self' for the current user.

Response

Returns a list of namespaces accessible to the user.

name
string
required

The name of the namespace.

Example:

"cinematography"

owner
string
required

Username of the namespace owner.

Example:

"datalinks"