Generate an upload token
POST {{baseUrl}}/upload-tokens
Generates an upload token that can be used to replace the API Key. More information can be found here
Request Body
{"ttl"=>0}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"token":"\u003cstring\u003e","ttl":"\u003cinteger\u003e","createdAt":"\u003cdateTime\u003e","expiresAt":"\u003cdateTime\u003e"}