GET
/
schema
/
namespace
List namespaces
curl --request GET \
  --url https://api.datalinks.com/api/v1/schema/namespace \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 12345,
    "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>. The token can be generated in Settings

Response

200
application/json

Successful response containing list of namespaces accessible to the user.

The response is of type object[].