Get eSIMs list
GET
/v2/sims
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v2/sims?include=order,order.status,order.user,share&filter[created_at]=Y-m-d - Y-m-d&filter[iccid]=8944465400000217735&limit=100&page=1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'
Response Response Example
422 - eSIMs List (422)
{
"data": {
"limit": "The limit must be an integer."
},
"meta": {
"message": "the parameter is invalid"
}
}
Request
Query Params
include
string
optional
Example:
order,order.status,order.user,share
filter[created_at]
string
optional
Example:
Y-m-d - Y-m-d
filter[iccid]
string
optional
Example:
8944465400000217735
limit
string
optional
Example:
100
page
string
optional
Example:
1
Header Params
Accept
string
required
Example:
application/json
Authorization
string
required
Example:
Bearer {{token}}
Responses
Modified at 2025-05-12 15:00:30