Skip to main content
POST
/
phones
/
{phone_id}
/
app-switcher
App Switcher
curl --request POST \
  --url https://api.example.com/phones/{phone_id}/app-switcher
Open the app switcher to view recent apps.

Request

curl -X POST https://api.tapkit.ai/phones/{phone_id}/app-switcher \
  -H "X-API-Key: TK_your_api_key"
No request body required.