Roamify eSIM APIs
HomeRoamify Docs
HomeRoamify Docs
  1. eSIMs
  • Orders
    • Create eSIM Order
      POST
    • Create eSIM Top-Up Order
      POST
    • Get all eSIM Orders
      GET
    • Get Order
      GET
  • eSIMs
    • Get eSIM Usage Details
      GET
    • Get eSIM Compatible TopUp Packages
      GET
    • Get eSIM Usage
      GET
    • Get eSIM Packages History
      GET
    • Get eSIMs
      GET
    • Get eSIM
      GET
    • Generate eSIM Profile
      POST
  • Compatible Devices
    • Get eSIM Compatible Devices
      GET
  • eSIM Packages
    • Get eSIM Packages
      GET
  • eSIM Country
    • Get eSIM Supported Country
      GET
  • Account Balance
    • Get Account Balance
      GET
  • Gift Cards
    • Update Gift Card
      PUT
    • Revoke Gift Card
      PUT
    • Create Gift Card
      POST
    • Get all Gifts
      GET
    • Get Gift
      GET
  • Health Check
    • API Health
      GET
  1. eSIMs

Get eSIMs

Production
https://api.getroamify.com
Production
https://api.getroamify.com
GET
https://api.getroamify.com
/api/esims
Last modified:2025-01-06 23:19:20
Maintainer:Not configured
To get a list of eSIMs, you need to send a GET request to the /api/esims endpoint.
There are no required parameters for this endpoint, but you can provide the following optional parameters:
status: The status of the eSIM orders. This is an optional field of type string. It can be any of the following values:
NEW: New eSIM, not yet processed
READY: eSIM is ready to be downloaded
INSTALLED: eSIM has been installed
REVOKED: eSIM has been revoked
EXPIRED: eSIM has expired
UNKNOWN: Unknown status
limit: The number of eSIM orders to return. This is an optional field of type number. The default value is 50.

Request

Query Params
status
string 
required
NEW,READY,INSTALLED,REVOKED,EXPIRED,UNKNOWN
Example:
NEW
limit
string 
required
default is 50
Example:
50
Header Params
User-Agent
string 
required
Example:
insomnia/10.1.1
Authorization
string 
required
Example:
{{token}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.getroamify.com/api/esims?status=NEW&limit=50' \
--header 'User-Agent: insomnia/10.1.1' \
--header 'Authorization: token'

Responses

🟢200successfully / 200
text/plain
Body
object {0}
Example
application/json; charset=utf-8 content type is not supported in the response body
Modified at 2025-01-06 23:19:20
Previous
Get eSIM Packages History
Next
Get eSIM
Built with