Skip to main content
GET
/
api
/
data_shares
/
{name}
Get a specific gravitino-shared client
curl --request GET \
  --url https://api.example.com/api/data_shares/{name} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "client_id": "<string>",
  "name": "<string>",
  "enabled": true,
  "service_accounts_enabled": true,
  "secret": "<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.

Path Parameters

name
string
required

Response

Client details

id
string
required
client_id
string
required
name
string
required
enabled
boolean
required
service_accounts_enabled
boolean
required
secret
string | null