Fetch specific Regulation Instance

GET /v2/RegulatoryCompliance/Regulations/{Sid}

TODO: Resource-level docs

Fetch specific Regulation Instance.

Path parameters

  • Sid string Required

    The unique string that identifies the Regulation resource.

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • end_user_type string | null

      The type of End User of the Regulation resource

      Values are individual or business.

    • friendly_name string | null

      A human-readable description of the Regulation resource

    • iso_country string | null

      The ISO country code of the phone number's country

    • number_type string | null

      The type of phone number restricted by the regulatory requirement

    • The sid of a regulation object that dictates requirements

    • sid string | null

      The unique string that identifies the Regulation resource

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^RN[0-9a-fA-F]{32}$.

    • url string(uri) | null

      The absolute URL of 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"
}