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