Skip to main content
POST
/
refresh-active-players
curl -X POST \
  'https://api.appcharge.com/store/v1/personalization/refresh-active-players' \
  -H 'Content-Type: application/json' \
  -H 'x-publisher-token: <x-publisher-token>'
{
  "message": "Event triggered for publisher 6422d554acc1a482bac4698e7"
}
curl -X POST \
  'https://api.appcharge.com/store/v1/personalization/refresh-active-players' \
  -H 'Content-Type: application/json' \
  -H 'x-publisher-token: <x-publisher-token>'
{
  "message": "Event triggered for publisher 6422d554acc1a482bac4698e7"
}

Headers

x-publisher-token
string
required

Publisher token.

Response

OK

message
string

Success message.

Example:

"Event triggered for publisher 6422d554acc1a482bac4698e7"