> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Refresh apps

> Fetch a phone's app list again

Fetches the app list from the phone and saves it. Returns the same `apps` and `app_count` as [Get apps](/api-reference/get-apps).

<ParamField path="phone_id" type="string" required>
  The phone's ID, from [List phones](/api-reference/list-phones).
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST https://api.tapkit.ai/v1/phones/$PHONE_ID/apps/refresh \
    -H "X-API-Key: $TAPKIT_API_KEY"
  ```
</RequestExample>
