removed

Deprecation Notice: Transfer accessURL

The STRING field accessUrl on the GET Transfer Endpoint Response has been deprecated and will be removed 19th January 2024.

  • GET /api/v1/shares/{shareId}/transfers/

Instead, please use the accessDetails on the GET Transfer Endpoints.

  • GET /api/v1/shares/{shareId}/transfers/

accessDetails is now an Object containing two fields:

  • type: indicates the Transfer Destination type
  • access: replaces accessUrl by providing either a Location String or URL depending on the Destination selected

You can learn more about accessDetails in our documentation