Activation
GetActivationUrlInfoResponse object
Get a share activation URL GA
Get an access token GA
GET
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
- bearerTokenstringOutput only
The token used to authorize the recipient.
- endpointstringOutput only
The endpoint for the share to be used by the recipient.
- expirationTimestringOutput only
Expiration timestamp of the token in epoch milliseconds.