Customers
Get all customers
GET /gigastore/activations/customers
Response:
[
"customer": {
"email": null,
"uid": "261ef0b4-b054-4a0f-9e06-ba9193b5c0a5",
...
},
"totalAvailableBalance": {
"sizeValue": 2,
"sizeUnit": "GB"
},
"activatedItems": [
{
"uid": "0b35b82f-ae46-4717-96be-12345676789",
"balance": {
"activatedAt": "2024-03-23T10:53:47Z",
"expiresAt": "2024-04-23T10:53:47Z",
... },
},
{
"uid": "2342bc23-ae46-4717-96be-12345676789",
"balance": {
"activatedAt": "2024-04-23T10:53:47Z",
"expiresAt": "2024-05-23T10:53:47Z",
... },
},
],
"relatedEsims": [
{
"iccid": "891234567891234567890",
"imsi": "260123456789012",
"activationCode": "LPA:1$domain.tld$CODE123456789",
"uid": "12345-abcdef-56789" // can be used as input for SDK
...
}
]
},
...
]Get specific customers
Activated Items
Total Balance
Event
Act.Item Size
Act.Item ID
Balance Size
Total Balance
1
2
1
1
2
3
Related eSIMs
Last updated
Was this helpful?