latestOpenAPI 3.0.02026-07-175989869.3 KB
45ec26f342b6
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
Example response
{
"createdAt": "2019-12-16T08:25:51Z",
"ttl": 171976544,
"expiresAt": "2019-12-16T09:25:51Z",
"token": "to1tcmSFHeYY5KzyhOqVKMKb"
}