namespaces
Get user's namespaces
Get a list of all namespaces owned by the authenticated user
get/namespaces
Response
Successful response
Example response
{
"namespaces": [
{
"name": "myorg",
"createdAt": "2024-01-01T00:00:00.000Z"
}
]
}