Skip to main content
POST
/
v1
/
phones
/
{phone_id}
/
lock
Lock
curl --request POST \
  --url https://api.example.com/v1/phones/{phone_id}/lock

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.

Lock the device screen.

Request

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