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
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"token": "<string>",
"ttl": "<integer>",
"createdAt": "<dateTime>",
"expiresAt": "<dateTime>"
} |
ENDPOINTS