# Fetch a Network resource. **GET /v1/Networks/{Sid}** Fetch a Network resource. Mobile operator networks to which Super SIMs can connect ## Servers - https://supersim.twilio.com: https://supersim.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Sid** (string) The SID of the Network resource to fetch. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The unique string that we created to identify the Network resource. - **friendly_name** (string | null) A human readable identifier of this resource. - **url** (string(uri) | null) The absolute URL of the Network resource. - **iso_country** (string | null) The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resource. - **identifiers** (array | null) Array of objects identifying the [MCC-MNCs](https://en.wikipedia.org/wiki/Mobile_country_code) that are included in the Network resource. [Powered by Bump.sh](https://bump.sh)