curl --request GET \
--url https://dashboard.hologram.io/api/1/simcards/configurations \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 50,
"size": 2,
"continues": false,
"data": [
{
"id": 1,
"name": "G3 Static",
"description": "Standard G3 profile configuration",
"enabled_carrier_id": 13,
"fallback_carrier_id": 13,
"disabled_carrier_ids": [],
"vzw_sku": null
},
{
"id": 4,
"name": "NA Static",
"description": null,
"enabled_carrier_id": 10,
"fallback_carrier_id": 8,
"disabled_carrier_ids": [],
"vzw_sku": null
}
]
}Returns a paginated list of SIM configurations visible to the caller.
Users see only configurations linked to their plan(s).
When orgid or userid is provided, each returned configuration additionally includes a plan_ids array containing the plans (within the requested scope) that accept it.
curl --request GET \
--url https://dashboard.hologram.io/api/1/simcards/configurations \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 50,
"size": 2,
"continues": false,
"data": [
{
"id": 1,
"name": "G3 Static",
"description": "Standard G3 profile configuration",
"enabled_carrier_id": 13,
"fallback_carrier_id": 13,
"disabled_carrier_ids": [],
"vzw_sku": null
},
{
"id": 4,
"name": "NA Static",
"description": null,
"enabled_carrier_id": 10,
"fallback_carrier_id": 8,
"disabled_carrier_ids": [],
"vzw_sku": null
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.
You can find your API key on the Hologram Dashboard under Account Settings.
Filter by one or more configuration IDs.
Filter to configurations that reference any of these carrier IDs (either as enabled_carrier_id or in disabled_carrier_ids).
Filter to configurations that have all of these carriers listed in their disabled_carrier_ids.
Filter to configurations linked to any of these plan IDs.
144
Maximum number of items to return in a single request. For endpoints that support pagination, use this with corresponding /pages endpoints to manage large result sets.
50
102544
OK
Paginated list of SIM configurations.
Whether the request was successful or not
true
The max number of items to return in a single response
10
The number of values returned
216
Displays if there is another page of results.
true
Show child attributes
Was this page helpful?