cURL
curl --request GET \ --url https://hub.oxen.ai/api/namespaces \ --header 'Authorization: Bearer <token>'
{ "namespaces": [ { "name": "my_namespace" }, { "name": "oxen" } ], "status": "success", "status_message": "resource_found" }
List all namespaces on the server.
Documentation IndexFetch the complete documentation index at: https://docs.oxen.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of namespaces
Show child attributes