Fetch specific Regulation Instance.
Fetch specific Regulation Instance.
Path parameters
-
The unique string that identifies the Regulation resource.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^RN[0-9a-fA-F]{32}$
.
GET
/v2/RegulatoryCompliance/Regulations/{Sid}
curl \
--request GET 'https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "RNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations/RNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"iso_country": "AU",
"number_type": "local",
"requirements": {
"end_user": [
{
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations/individual",
"name": "Individual",
"type": "individual",
"fields": [
"first_name",
"last_name"
],
"detailed_fields": [
{
"description": "First name of the Individual",
"machine_name": "first_name",
"friendly_name": "First Name"
},
{
"description": "Last name of the Individual",
"machine_name": "last_name",
"friendly_name": "Last Name"
}
],
"requirement_name": "individual_info"
}
],
"supporting_document": [
[
{
"name": "Address",
"type": "document",
"description": "The physical location of the individual or business. Must be within locality or region covered by the phone numbers prefix; a PO Box is not acceptable where a local address is required.",
"requirement_name": "proof_of_address",
"accepted_documents": [
{
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/DocumentTypes/address",
"name": "Address Validation",
"type": "address",
"fields": [
"address_sids"
],
"detailed_fields": [
{
"description": "Address sid of the individual",
"machine_name": "address_sids",
"friendly_name": "Address sid(s)"
}
]
}
]
}
]
]
},
"end_user_type": "individual",
"friendly_name": "Australia: Local - Individual"
}