Last updated
Was this helpful?
Was this helpful?
curl --location --request POST 'https://<SERVICE ENDPOINT>/bots/clone' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json' \
--data-raw '[
{ "Name":"customer_bot_name", "Value":"Awesome Bot" },
{ "Name":"custom_app_api_token", "Value":"..." }
]'{
"APIKey":"...",
"APISecret":"...."
}