cURL
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>" } '
Run a shortcut by index or name
Successful response