v1

latestOpenAPI 3.1.02026-07-2414059.5 KB

/games/{game_id}/do_not_track

put/games/{game_id}/do_not_track

Path parameters

game_idstring required

ID for the Game you want to add the Do Not Track record for

Headers

Authorizationstring required

This should be an API Key with the GDPR scope

X-Api-Versionstring

Request body

user_idsstring[] required

List of IDs for users to add to the Do Not Track list

sha256string

Determines data hashing process. By default all IDs are hashed on the server side before storage. If you would prefer to SHA256 hash data before sending it to the API pass "client"

Response

200

successboolean

Example response

{
  "success": true
}