api/v1/sims/getesimdetails

Method: GET https://simportal-api-staging.azurewebsites.net/api/v1/sims/getesimdetails?iccid={iccid}

Summary

Retrieves the eSIM details for the SIM identified by the supplied ICCID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
iccid

The ICCID of the SIM to retrieve eSIM details for.

string

Required

Body Parameters

None.

Response Information

Resource Description

An containing an when matching eSIM details are found. Returns HTTP 404 (Not Found) if no SIM with the specified ICCID is visible to the authenticated user, or if the SIM exists but does not have any associated eSIM details.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.