Skip to main content

Activation

View as Markdown

GetActivationUrlInfoResponse object

Get Activation Url Info GA

GET /api/2.1/unity-catalog/public/data_sharing_activation_info/{activation_url}

Gets an activation URL for a share.

API scopes: sharing

Parameters

activation_urlstringRequiredpath

The one time activation url. It also accepts activation token.

Response

Returns the GetActivationUrlInfoResponse object.

Retrieve Access Token GA

GET /api/2.1/unity-catalog/public/data_sharing_activation/{activation_url}

Retrieve access token with an activation url. This is a public API without any authentication.

API scopes: sharing

Parameters

activation_urlstringRequiredpath

The one time activation url. It also accepts activation token.

Response

shareCredentialsVersionint32

These field names must follow the delta sharing protocol.

bearerTokenstring

The token used to authorize the recipient.

endpointstring

The endpoint for the share to be used by the recipient.

expirationTimestring

Expiration timestamp of the token in epoch milliseconds.