Get eSIMs list
GET
/v2/sims
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v2/sims' \
--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 2024-12-17 16:54:29