cURL
curl --request POST \ --url https://api.example.com/api/data_shares \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "client_id": "<string>", "secret": "<string>" }
Create a new gravitino-shared client with the following:
The access token received from the authorization server in the OAuth 2.0 flow.
Client created successfully
Was this page helpful?