Skip to main content

Get SIM card group

GET 
/wireless/sim_card_groups/:id

Returns the details regarding a specific SIM card.

Request

Path Parameters

    id uuidrequired

    The unique identifier of the SIM card group

Query Parameters

    include_sim_cards boolean

    Specifies whether the SIM cards be included in the result payload.

    include_billing_plans boolean

    Specifies whether the billing plans be included in the result payload.

Responses

200: Successful response

401: Authentication error

403: Authorization error

Request samples


curl -L 'https://api.telnyx.com/wireless/sim_card_groups/:id' \
-H 'Accept: application/json'

Response samples


{
"data": {
"id": "string",
"data_allocation": "string",
"ingress_site_id": "string",
"egress_site_id": "string",
"created_at": "string",
"updated_at": "string"
}
}