TODO: Resource-level docs
POST
/v1/Assistants/Restore
curl \
--request POST 'https://autopilot.twilio.com/v1/Assistants/Restore' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Assistant=string'
Response examples (200)
{
"account_sid": "string",
"callback_events": "string",
"callback_url": "https://example.com",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"development_stage": "string",
"friendly_name": "string",
"latest_model_build_sid": "string",
"log_queries": true,
"needs_model_build": true,
"sid": "string",
"unique_name": "string"
}