Get SIM Listing

You can use this API to retrieve a list of all SIM cards associated with your account, including both active and inactive SIMs.

Get SIMs

POST /subscriber/sim

Get a list of SIMs in your account

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

esn

string

optional search criteria

limit

number

how many to return

page

number

which page

mdn

string

phone number

Example

curl -X 'GET' \
  'https://1psim.api.lifeline.mobi/subscriber/sim?limit=10&page=1' \
  -H 'accept: */*' \
  -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.'

Response

Last updated