Restore With Overwrite
Request
curl --location --request POST 'https://<SERVICE ENDPOINT>/bots/restore/overwrite' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json' \
--data-raw '...' Response
{
"APIKey":"...",
"APISecret":"...."
}Response Codes
Last updated
Was this helpful?