cURL
curl --request GET \ --url https://hub.oxen.ai/api/namespaces/{namespace} \ --header 'Authorization: Bearer <token>'
{ "namespace": { "name": "0e2a7143-1da6-4da0-a16d-dffe0a567ccd", "storage_usage_gb": 0.000081253 }, "status": "success", "status_message": "resource_found" }
Get Namespace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"ox"
The response is of type object.
object