cURL
curl --request POST \ --url https://forgegames.org/api/roll-events \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "itemId": "<string>", "templateId": "<string>", "metadata": {} } '
{ "id": "<string>", "timestamp": "<string>" }
Records a roll event for telemetry. Stores team-level data only, no user-identifying information.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Show child attributes
Successful response