cURL
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>" }
Get details of a specific gravitino-shared client including its secret.
The access token received from the authorization server in the OAuth 2.0 flow.
Client details
Was this page helpful?