cURL
curl --request POST \ --url https://api.example.com/phones/{phone_id}/unlock
Unlock the device
curl -X POST https://api.tapkit.ai/phones/{phone_id}/unlock \ -H "X-API-Key: TK_your_api_key" \ -H "Content-Type: application/json" \ -d '{"passcode": "123456"}'
{ "passcode": "123456" }
passcode
string | null