Activation
GetActivationUrlInfoResponse object
Get Activation Url Info GA
Retrieve 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
- 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.