Allocate game user

This webhook is called when Pley needs to know which Pley game user to use based on a scope user ID. This happens for example when a game is launched.

Body Params
string
required

This webhook's request type. Currently allways "game_user.allocate"

number
required

A UNIX timestamp for when this webhook request was created.

string
required

A unique Identifier for this webhook request. Retries will have the same ID but another timestamp.

data
object
required
Headers
string
required

A copy of the same ID value in the request body. Used in signature validation, and could be used for idempotency.

number
required

A copy of the same timestamp value in the request body. Used in signature validation.

string
required

The signature of this request. Created with a HMAC signature secret provided to you.

Response

Language
URL
Response
Choose an example:
application/json