cURL
curl --request POST \ --url https://app.viral.tech/api/v1/log-download \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "success": true }
Logs a download event for the app associated with the provided API key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object