Skip to main content
GET
/
api
/
data_shares
/
engine
/
info
Get data shares engine info
curl --request GET \
  --url https://api.example.com/api/data_shares/engine/info \
  --header 'Authorization: Bearer <token>'
{
  "rest_api_url": "<string>",
  "rest_api_url_metastore": "<string>",
  "token_endpoint": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Data Shares Engine info retrieved successfully.

rest_api_url
string
required

The REST API URL of the Tenant Specific data shares engine.

rest_api_url_metastore
string
required

The REST API URL of the shared metastore data shares engine.

token_endpoint
string
required

The token endpoint for authentication.