v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
collections

Create collection private link

Create new private link

post/account/collections/{collection_id}/private_links

Path parameters

collection_idinteger required

Collection unique identifier

Request body

expires_datestring

Date when this private link should expire - optional. By default private links expire in 365 days.

Example request

{
  "expires_date": "2018-02-22 22:22:22"
}

Response

Created

locationstring url required

Url for private link

html_locationstring url required

HTML url for private link

tokenstring required

Token for private link

Example response

{
  "html_location": "https://figshare.com/s/d5ec7a85bcd6dbe9d9b2",
  "token": "d5ec7a85bcd6dbe9d9b2"
}