GET
/
schema
/
{user}
/
namespaces
List user namespaces
curl --request GET \
  --url https://api.datalinks.com/api/v1/schema/{user}/namespaces \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "cinematography",
    "owner": "550e8400-e29b-41d4-a716-446655440000"
  }
]

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

user
string
required

Username or 'self' for current user

Response

200
application/json

Successful response containing list of namespaces accessible to the user.

The response is of type object[].