Get connectivity subscription
Fetches a connectivity subscription with optionally included resources. A connectivity subscription always belongs to a profile and to an IoT subscription. If the connectivity subscription belongs to a virtual profile, then it will also belong to an eUICC which holds the virtual profile.
Path Parameters
- imsi string required
Possible values: Value must match regular expression
^[0-9]{6,15}$
IMSI to perform request on.
Query Parameters
- include string[]
Possible values: [
servicePolicy
,iotSubscription
,euicc
,profile
]Related resources to include in response. Format as a comma separated list. Omitting this query parameter means that no related resources will be included in response. Note that including resources may result in longer response times so only include what you actually need.
- extendWith string[]
Possible values: [
*
,fixedIpAddresses
,imei
]Extends the
attributes
property in the response body with the specified properties. Format as a comma separated list. Set the value to*
to extend with all available properties. Omitting this query parameter means that no optional properties will be present inattributes
. Note that including extended properties may result in longer response times.
- 200
- 400
- 401
- 404
- 429
- 500
Contains the requested connectivity subscription.
- application/json
- Schema
- Example (from schema)
Schema
attributes object
relationships object
{
"attributes": {
"imsi": "230000000000001",
"iccid": "89000000000000000001",
"msisdn": "46000000001",
"mode": "ACTIVE",
"firstActivationDate": "2025-02-20",
"trmExitedAt": "2025-02-20",
"fixedIpAddresses": [
{
"ipAddress": "192.168.0.5",
"subnet": "255.255.255.0",
"ipVersion": "IPv4",
"apnName": "internet.lte.cxn",
"radiusServer": "RADIUS2"
}
],
"imei": {
"assignedImei": "013200003915965",
"detectedImei": "013200003915965"
}
},
"relationships": {
"iotSubscription": {
"url": "/iot-connect/subscriptions/v1/iot-subscriptions/9746U5LX6B24P3AZ8X"
},
"euicc": {
"url": "/iot-connect/subscriptions/v1/euiccs/89000000000000000000000000000001"
},
"profile": {
"url": "/iot-connect/subscriptions/v1/profiles/89000000000000000001"
},
"servicePolicy": {
"url": "/iot-connect/service-policies/v1/iot-platform/22A8BC76"
}
}
}
BadRequest
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
Unauthorized. Your token is not valid.
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
The specified resource was not found
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
RateLimitError. Too Many Requests.
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
Internal Server Error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
GET /iot-connect/subscriptions/v1/connectivity-subscriptions/:imsi
Authorization
Request
Request
curl -L -X GET 'https://api.iot.telenor.com/iot-connect/subscriptions/v1/connectivity-subscriptions/:imsi' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.iot.telenor.com/iot-connect/subscriptions/v1/connectivity-subscriptions/:imsi' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.iot.telenor.com/iot-connect/subscriptions/v1/connectivity-subscriptions/:imsi' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.iot.telenor.com/iot-connect/subscriptions/v1/connectivity-subscriptions/:imsi' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.iot.telenor.com/iot-connect/subscriptions/v1/connectivity-subscriptions/:imsi' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.iot.telenor.com/iot-connect/subscriptions/v1/connectivity-subscriptions/:imsi' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.iot.telenor.com/iot-connect/subscriptions/v1/connectivity-subscriptions/:imsi' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'