cURL
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>" }
Get data shares engine information, such as a REST API URL and a token endpoint.
The access token received from the authorization server in the OAuth 2.0 flow.
Data shares engine info retrieved successfully
The REST API URL of the Tenant Specific data shares engine.
The REST API URL of the shared metastore data shares engine.
The token endpoint for authentication.
Was this page helpful?