curl -X POST https://api.tapkit.ai/v1/phones/$PHONE_ID/apps/refresh \
-H "X-API-Key: $TAPKIT_API_KEY"
Phones
Refresh apps
Fetch a phone’s app list again
POST
/
phones
/
{phone_id}
/
apps
/
refresh
curl -X POST https://api.tapkit.ai/v1/phones/$PHONE_ID/apps/refresh \
-H "X-API-Key: $TAPKIT_API_KEY"
Fetches the app list from the phone and saves it. Returns the same
apps and app_count as Get apps.
string
required
The phone’s ID, from List phones.
curl -X POST https://api.tapkit.ai/v1/phones/$PHONE_ID/apps/refresh \
-H "X-API-Key: $TAPKIT_API_KEY"