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 Namespaces
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object