GET
/
api
/
namespaces
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
List Namespaces
namespaces
object[]
status
string
status_message
string