Fetch a specific Operator. Works for both Custom and Pre-built Operators.
Fetch a specific Operator. Works for both Custom and Pre-built Operators.
GET
/v2/Operators/{Sid}
curl \
--request GET 'https://intelligence.twilio.com/v2/Operators/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "LYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://intelligence.twilio.com/v2/Operators/LYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"author": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"config": {
"configuration": {
"field": "value"
}
},
"version": 1,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"description": "New Operator",
"availability": "public",
"date_created": "2010-08-31T20:36:28Z",
"date_updated": "2010-08-31T20:36:28Z",
"friendly_name": "My New Operator",
"operator_type": "operator-type-name"
}