For the complete documentation index, see llms.txt. This page is also available as Markdown.

Generate SoftSIM Profile

Generate SIM profile

post

Generates a SoftSIM profile for use with Nordic devices. The output format is controlled by the hexfile parameter: true (default): returns a taskId for downloading a HEX file. false: returns the SoftSIM profile.

Authorizations
AuthorizationstringRequired

Use the JWT access token returned by the login endpoint. Include it in the Authorization header as: Bearer .

Path parameters
iccidstringRequired

ICCID of the Thing.

Example: 89999*********
Body
iccidstringRequired

ICCID (must be 19 or 20 characters long)

Example: 8991101200003204512
imsistringRequired

IMSI (International Mobile Subscriber Identity)

Example: 405876123456789
kistringRequired

KI value

Example: A1B2C3D4E5F60708AABBCCDDEEFF1122
opcstringRequired

OPC value

Example: 11223344556677889900AABBCCDDEEFF
devicestringRequired

Device model or identifier

Example: nrf9160
hexfilebooleanOptional

Option to generate hex file

Example: false
Responses
200

Profile generation request accepted

application/json
statusstringOptionalExample: Success
task_idstringOptionalExample: f9bd94ac-e238-451c-8441-5e08f9c8d2b4
post/v1/things/{iccid}/softsim/nordic/generate

Last updated

Was this helpful?