List SIMs
Returns a list of SIMs filtered, sorted, and paged according to query parameters.
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Query parameters
q
Filter parameter in `<field>:<criteria>` format.
Expects a comma-separated list from the allowed fields:
* `id`
* `issuer_org`
* `reseller_org`
* `customer_org`
* `iccid`
* `iccid_with_luhn`
* `status`
* `production_date`
* `imsi`
* `msisdn`
* `endpoint`
* `model`
* `eid`
* `satellite_capable`
sort
Sort parameter in `<operator><field>` format.
Sort properties according to a comma-separated list from the allowed fields:
* `id`
* `issuer_org`
* `reseller_org`
* `customer_org`
* `iccid`
* `eid`
* `status`
* `production_date`
* `endpoint`
* `model`
If no sorting options are specified, the response will be sorted by `id`.
Supported operators:
* `-`: Descending order
* `+`: Ascending order
The response will be shown in ascending order if no operator is specified.
page
Current page number
per_page
Defines the number of items per page (max. 2500)
Response
Successfully returned a list of SIMs.
id
iccid
eid
production_date
activation_date
status
customer_org
issuer_org
reseller_org
endpoint
imsi
msisdn
model