v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
collections

View collection private link

View existing private link for this collection

get/account/collections/{collection_id}/private_links/{link_id}

Path parameters

collection_idinteger required

Collection unique identifier

link_idstring required

Private link token

Response

OK. Collection private link

idstring required

Private link id

is_activeboolean required

True if private link is active

expires_datestring required

Date when link will expire

html_locationstring url required

HTML url for private link

Example response

{
  "id": "0cfb0dbeac92df445df4aba45f63fdc85fa0b9a888b64e157ce3c93b576aa300fb3621ef3a219515dd482",
  "is_active": true,
  "expires_date": "2015-07-03T00:00:00",
  "html_location": "https://figshare.com/s/d5ec7a85bcd6dbe9d9b2"
}