Skip to main content
GET
List eSIMs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pageSize
integer
default:10

Number of items to be returned in a single page

Required range: 1 <= x <= 25
page
string

A cursor for pagination across multiple pages of results. Don’t include this parameter on the first call.

Response

200 - application/json
items
Esim · object[]
nextPage
string | null