v1

latestOpenAPI 3.0.02026-07-175989869.3 KB
Upload Tokens

Retrieve upload token

Retrieve details about a specific upload token by id.

get/upload-tokens/{uploadToken}

Path parameters

uploadTokenstring required

The unique identifier for the token you want information about.

Response

Success

tokenstring

The unique identifier for the token you will use to authenticate an upload.

ttlinteger

Time-to-live - how long the upload token is valid for.

createdAtstring date-time

When the token was created, displayed in ATOM UTC format.

expiresAtstring date-time nullable

When the token expires, displayed in ATOM UTC format.

Example response

{
  "createdAt": "2019-12-16T08:25:51Z",
  "ttl": 171976544,
  "expiresAt": "2019-12-16T09:25:51Z",
  "token": "to1tcmSFHeYY5KzyhOqVKMKb"
}