POST
/
log-download
Log a download
curl --request POST \
  --url https://app.viral.tech/api/v1/log-download \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · object

Response

200
application/json

Successful response

The response is of type object.