POST

Set the upload target of a game session's race results. See race results for an explanation of the file.

Path must contain the ProcessId of the game session you want to set the upload target for. If you want to test what your game server is sending you, try and set an endpoint with https://webhook.site/

Payload

What the server posts to your webhook

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7e1fb754-8e6a-4a87-8e9c-df4bcfc85214/Untitled.png

Once a race ends, your webhook will receive a POST request with an object containing{'file': <filename>.json} where filename is of the format YYYYMMDDHHmm.

It will call your endpoint with these headers:

connection:	close
expect:	100-continue
content-length:	<variable>
host:	<your server>
content-type:	multipart/form-data; boundary=---------------------<variable>