cURL
curl --request POST \ --url https://api.tapkit.ai/phones/{phone_id}/unlock \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "passcode": "<string>" } '
Unlock the device
Successful response