Skip to main content
POST
/
phones
/
{phone_id}
/
shortcut
Run shortcut
curl --request POST \
  --url https://api.tapkit.ai/phones/{phone_id}/shortcut \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "index": 123,
  "name": "<string>"
}
'

Authorizations

X-API-Key
string
header
required

Path Parameters

phone_id
string
required

Query Parameters

async
boolean
default:false

Body

application/json
index
integer
name
string

Response

200

Successful response