Add Profile
Simlessly
# Add Profile
Simlessly API (v1.0.0): Add Profile
# POST
https://rsp.simlessly.com/api/v1/profile/add (opens new window)
# Parameters of Request
Name | Type | MOC | Description | Example |
---|---|---|---|---|
iccid | String | Mandatory | ICCID (length: 18-20) | 89860468152080349618 |
imsi | String | Mandatory | IMSI (length: 15) | 460048867619618 |
ki | String | Mandatory | KI (32-bit HEX) | 6BE2053E8580B135CD43443380DB7111 |
opc | String | Optional | OPC (32-bit HEX). Can be empty for test type. | 6BE2053E8580B135CD43443380DB7111 |
msisdn | String | Optional | MSISDN | 8613912345678 |
spn | String | Optional | If not provided, will use the value defined in Config | Simlessly |
impi | String | Optional | IMS parameter | 260036614799000@ims.mnc006.mcc260.3gppnetwork.org |
impuList | List<String> | Optional | IMS parameter | ["sip:260036614799000@ims.mnc006.mcc260.3gppnetwork.org"] |
c9 | String | Optional | Apple recycling parameter (before Simlessly 1.8.0) | 0C3C0302984D3E05212B9A81FC07992113329595FF0400080520 |
ara | String | Optional | ARA | E230E122C1204EE8ECC637F98116E35180A47732614D23B3B886317D1A703B917BDD028B8B84E30ADB080000000000000001 |
expireTime | String | Optional | Format: yyyy-MM-dd HH:mm:ss (Applet recycling parameter, recommended for Simlessly 1.8.0 and later) | 2023-11-21 12:12:22 |
configName | String | Mandatory | Simlessly platform configuration name | templateRegualr01 |
# Example of Request
{
"iccid": "89860468152080349618",
"imsi": "460048867619618",
"ki": "6BE2053E8580B135CD43443380DB7111",
"opc": "6BE2053E8580B135CD43443380DB7111",
"msisdn": "8613912345678",
"spn": "Simlessly",
"impi": "260036614799000@ims.mnc006.mcc260.3gppnetwork.org",
"impuList": [
"sip:260036614799000@ims.mnc006.mcc260.3gppnetwork.org"
],
"c9": "0C3C0302984D3E05212B9A81FC07992113329595FF0400080520",
"ara": "E230E122C1204EE8ECC637F98116E35180A47732614D23B3B886317D1A703B917BDD028B8B84E30ADB080000000000000001",
"expireTime": "2023-11-21 12:12:22",
"configName": "templateRegualr01"
}
# Parameters of Response
Name | Type | MOC | Description | Example |
---|---|---|---|---|
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080349618 |
# Example of Response
{
"obj": {
"iccid": "89860468152080348700"
},
"success": true,
"msg": "",
"code": "00000"
}