Skip to main content
POST
/
phones
/
{phone_id}
/
unlock
Unlock device
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>"
}
'

Authorizations

X-API-Key
string
header
required

Path Parameters

phone_id
string
required

Query Parameters

async
boolean
default:false

Body

application/json
passcode
string

Response

200

Successful response