curl --request GET \
--url https://dashboard.hologram.io/api/1/simcards/configurations/{id} \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"data": {
"id": 1,
"name": "G3",
"description": "Standard G3 configuration",
"enabled_carrier_id": 13,
"fallback_carrier_id": 13,
"disabled_carrier_ids": [],
"vzw_sku": null
}
}Returns a single SIM configuration by ID.
Users may only retrieve configurations linked to their plan(s).
curl --request GET \
--url https://dashboard.hologram.io/api/1/simcards/configurations/{id} \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"data": {
"id": 1,
"name": "G3",
"description": "Standard G3 configuration",
"enabled_carrier_id": 13,
"fallback_carrier_id": 13,
"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.
ID of the SIM configuration to retrieve.
5
Was this page helpful?