Fetch a Fleet instance from your account
Configure shared settings inherited by all Super SIMs assigned to the Fleet
Fetch a Fleet instance from your account.
Path parameters
-
The SID of the Fleet resource to fetch.
GET /v1/Fleets/{Sid}
curl \
-X GET https://supersim.twilio.com/v1/Fleets/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"data_enabled": true,
"data_limit": 42,
"data_metering": "payg",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"ip_commands_method": "HEAD",
"ip_commands_url": "https://example.com",
"network_access_profile_sid": "string",
"sid": "string",
"sms_commands_enabled": true,
"sms_commands_method": "HEAD",
"sms_commands_url": "https://example.com",
"unique_name": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"data_enabled": true,
"data_limit": 42,
"data_metering": "payg",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"ip_commands_method": "HEAD",
"ip_commands_url": "https://example.com",
"network_access_profile_sid": "string",
"sid": "string",
"sms_commands_enabled": true,
"sms_commands_method": "HEAD",
"sms_commands_url": "https://example.com",
"unique_name": "string",
"url": "https://example.com"
}