Fetch specific Regulation Instance
TODO: Resource-level docs
Fetch specific Regulation Instance.
Path parameters
-
The unique string that identifies the Regulation resource.
GET /v2/RegulatoryCompliance/Regulations/{Sid}
curl \
-X GET https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations/{Sid} \
--user "username:password"
Response examples (200)
{
"end_user_type": "individual",
"friendly_name": "string",
"iso_country": "string",
"number_type": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"end_user_type": "individual",
"friendly_name": "string",
"iso_country": "string",
"number_type": "string",
"sid": "string",
"url": "https://example.com"
}