# Super SIM

## Connection Attachment Accepted

`com.twilio.iot.supersim.connection.attachment.accepted`

> \[!CAUTION]
>
> This event type has been [discontinued](/docs/events/event-types-lifecycle#event-type-status-details). You may not receive events for discontinued event types, even if you previously added them to an existing subscription. [Learn more](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

Super SIM Connection Attachment Accepted events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

**Versions**

#### v2 (latest)

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_total**. \[NEW] The amount of data downloaded to the device or uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.
* `integer` **data\_session\_data\_upload**. \[NEW] Total number of bytes uploaded over the duration of the data session. Cumulative amount of data\_upload for all events for this data session so far.
* `integer` **data\_session\_data\_download**. \[NEW] Total number of bytes downloaded over the duration of the data session. Cumulative amount of data\_download for all events for this data session so far.
* `integer` **data\_session\_data\_total**. \[NEW] Total number of bytes uploaded or downloaded over the duration of the data session.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/2).

#### v1

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/1).

## Connection Attachment Failed

`com.twilio.iot.supersim.connection.attachment.failed`

> \[!CAUTION]
>
> This event type has been [discontinued](/docs/events/event-types-lifecycle#event-type-status-details). You may not receive events for discontinued event types, even if you previously added them to an existing subscription. [Learn more](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

Super SIM Connection Attachment Failed events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

**Versions**

#### v2 (latest)

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_total**. \[NEW] The amount of data downloaded to the device or uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.
* `integer` **data\_session\_data\_upload**. \[NEW] Total number of bytes uploaded over the duration of the data session. Cumulative amount of data\_upload for all events for this data session so far.
* `integer` **data\_session\_data\_download**. \[NEW] Total number of bytes downloaded over the duration of the data session. Cumulative amount of data\_download for all events for this data session so far.
* `integer` **data\_session\_data\_total**. \[NEW] Total number of bytes uploaded or downloaded over the duration of the data session.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/2).

#### v1

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/1).

## Connection Attachment Rejected

`com.twilio.iot.supersim.connection.attachment.rejected`

> \[!CAUTION]
>
> This event type has been [discontinued](/docs/events/event-types-lifecycle#event-type-status-details). You may not receive events for discontinued event types, even if you previously added them to an existing subscription. [Learn more](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

Super SIM Connection Attachment Rejected events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

**Versions**

#### v2 (latest)

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_total**. \[NEW] The amount of data downloaded to the device or uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.
* `integer` **data\_session\_data\_upload**. \[NEW] Total number of bytes uploaded over the duration of the data session. Cumulative amount of data\_upload for all events for this data session so far.
* `integer` **data\_session\_data\_download**. \[NEW] Total number of bytes downloaded over the duration of the data session. Cumulative amount of data\_download for all events for this data session so far.
* `integer` **data\_session\_data\_total**. \[NEW] Total number of bytes uploaded or downloaded over the duration of the data session.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/2).

#### v1

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/1).

## Connection Data Session Ended

`com.twilio.iot.supersim.connection.data-session.ended`

> \[!CAUTION]
>
> This event type has been [discontinued](/docs/events/event-types-lifecycle#event-type-status-details). You may not receive events for discontinued event types, even if you previously added them to an existing subscription. [Learn more](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

Super SIM Connection Data Session Ended events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

**Versions**

#### v2 (latest)

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_total**. \[NEW] The amount of data downloaded to the device or uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.
* `integer` **data\_session\_data\_upload**. \[NEW] Total number of bytes uploaded over the duration of the data session. Cumulative amount of data\_upload for all events for this data session so far.
* `integer` **data\_session\_data\_download**. \[NEW] Total number of bytes downloaded over the duration of the data session. Cumulative amount of data\_download for all events for this data session so far.
* `integer` **data\_session\_data\_total**. \[NEW] Total number of bytes uploaded or downloaded over the duration of the data session.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/2).

#### v1

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/1).

## Connection Data Session Failed

`com.twilio.iot.supersim.connection.data-session.failed`

> \[!CAUTION]
>
> This event type has been [discontinued](/docs/events/event-types-lifecycle#event-type-status-details). You may not receive events for discontinued event types, even if you previously added them to an existing subscription. [Learn more](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

Super SIM Connection Data Session Failed events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

**Versions**

#### v2 (latest)

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_total**. \[NEW] The amount of data downloaded to the device or uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.
* `integer` **data\_session\_data\_upload**. \[NEW] Total number of bytes uploaded over the duration of the data session. Cumulative amount of data\_upload for all events for this data session so far.
* `integer` **data\_session\_data\_download**. \[NEW] Total number of bytes downloaded over the duration of the data session. Cumulative amount of data\_download for all events for this data session so far.
* `integer` **data\_session\_data\_total**. \[NEW] Total number of bytes uploaded or downloaded over the duration of the data session.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/2).

#### v1

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/1).

## Connection Data Session Started

`com.twilio.iot.supersim.connection.data-session.started`

> \[!CAUTION]
>
> This event type has been [discontinued](/docs/events/event-types-lifecycle#event-type-status-details). You may not receive events for discontinued event types, even if you previously added them to an existing subscription. [Learn more](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

Super SIM Connection Data Session Started events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

**Versions**

#### v2 (latest)

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_total**. \[NEW] The amount of data downloaded to the device or uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.
* `integer` **data\_session\_data\_upload**. \[NEW] Total number of bytes uploaded over the duration of the data session. Cumulative amount of data\_upload for all events for this data session so far.
* `integer` **data\_session\_data\_download**. \[NEW] Total number of bytes downloaded over the duration of the data session. Cumulative amount of data\_download for all events for this data session so far.
* `integer` **data\_session\_data\_total**. \[NEW] Total number of bytes uploaded or downloaded over the duration of the data session.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/2).

#### v1

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/1).

## Connection Data Session Updated

`com.twilio.iot.supersim.connection.data-session.updated`

> \[!CAUTION]
>
> This event type has been [discontinued](/docs/events/event-types-lifecycle#event-type-status-details). You may not receive events for discontinued event types, even if you previously added them to an existing subscription. [Learn more](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

Super SIM Connection Data Session Updated events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](https://www.twilio.com/en-us/press/releases/kore-twilio-iot).

**Versions**

#### v2 (latest)

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_total**. \[NEW] The amount of data downloaded to the device or uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.
* `integer` **data\_session\_data\_upload**. \[NEW] Total number of bytes uploaded over the duration of the data session. Cumulative amount of data\_upload for all events for this data session so far.
* `integer` **data\_session\_data\_download**. \[NEW] Total number of bytes downloaded over the duration of the data session. Cumulative amount of data\_download for all events for this data session so far.
* `integer` **data\_session\_data\_total**. \[NEW] Total number of bytes uploaded or downloaded over the duration of the data session.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/2).

#### v1

* `string` **event\_sid** (required). Sid of the event. This is a copy of ce\_id header field.
* `string` **event\_type** (required). Type of connection event. This is a copy of ce\_type header field.
* `string` **account\_sid** (required). Account Sid of the SuperSIM this record belongs to.
* `string` **sim\_sid** (required). Sim Sid of the SuperSIM this record belongs to.
* `string` **fleet\_sid**. The SID of the Fleet to which the Super SIM is assigned.
* `string` **sim\_iccid** (required). ICCID of the SuperSIM this record belongs to.
* `string` **sim\_unique\_name**. Unique name of the SuperSIM this record belongs to.
* `string` **timestamp** (required). UTC timestamp when the event occurred in ISO8601 format.
* `object` **network**. NetworkInfo definition.
  * `string` **mcc**. The mobile country code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **mnc**. The mobile network code of the network that the Super SIM attempted to connect to or is connected to.
  * `string` **sid**. SID of the Network resource to which the MCC MNC belongs.
  * `string` **friendly\_name**. Human readable name of the Network resource to which the MCC-MNC belongs.
  * `string` **iso\_country**. ISO2 code of the Network resource to which the MCC-MNC belongs.
* `string` **rat\_type**. The generation of wireless technology that the device was using.
* `object` **location**. LocationInfo definition.
  * `string` **cell\_id** (required). The unique ID of the cellular tower that the device was attached to.
  * `string` **lac**. Location area code (LAC) of the cell tower.
  * `number` **lat**. Latitude. The spherical coordinate value of the estimated cellular tower location parallel to the Equator.
  * `number` **lon**. Longitude. The spherical coordinate value of the estimated cellular tower location from the geographical North Pole to the geographical South Pole.
* `string` **imei**. The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. May be null as it is not guaranteed that the visited network will pass on this information.
* `string` **apn**. Access Point Name used to establish a data session.
* `string` **imsi**. The IMSI used by the Super SIM to connect.
* `string` **data\_session\_sid**. Data Session Sid only associated with DataSession events.
* `string` **data\_session\_start\_time**. Data Session start time in UTC and in ISO8601 format.
* `string` **data\_session\_end\_time**. Data Session end time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_start\_time**. Data Session update start time in UTC and in ISO8601 format.
* `string` **data\_session\_update\_end\_time**. Data Session update end time in UTC and in ISO8601 format.
* `integer` **data\_upload**. The amount of data uploaded from the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `integer` **data\_download**. The amount of data downloaded to the device in bytes between the data\_session\_update\_start\_time and data\_session\_update\_end\_time.
* `string` **data\_modifier**. Indicates if the SuperSIM's data is blocked due to the system such as when the SIM has reached its data limit.
* `string` **ip\_address**. The IP address assigned to the device. This IP address is not publicly addressable.
* `object` **error**. ErrorInfo definition.
  * `integer` **code** (required). Twilio Error Code.
  * `string` **message** (required). Short message indicating why the error occurred. Could include standardized diameter error messages.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/SuperSim.ConnectionEvent/1).
