Reference Clone
Request
curl --location --request POST 'https://<NODE>.xenioo.com/bot/refclone' \
--header 'Authorization: Bearer <ACCOUNT_AUTH_TOKEN>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Source":{
"BotAPIKey":"<BOT API KEY>",
"BotSecret":"<BOT API SECRET>"
}
}'Response
{
"APIKey":"...",
"APISecret":"...."
}Response Codes
Last updated