---
title: "Refresh Store For All Players"
method: POST
path: "/v1/players/refresh_store"
tags: ["Players"]
---

# Refresh Store For All Players

`POST /v1/players/refresh_store`

Trigger a store content refresh for all players.

All players on the store page will eventually see the updated store content.
Be aware that this operation will call the `store.get` webhook for all players
currently on the store page, so your server might experience a high number of
requests if you have a large number of players on the store page.

## Query parameters

- `player_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/f8569ba0d776/schema)
