Skip to main content

Get billing plan

GET 
/wireless/billing_plans/:id

Returns the details regarding a specific SIM card.

Request

Path Parameters

    id uuidrequired

    The unique identifier of the billing plan

Responses

200: Successful response

401: Authentication error

403: Authorization error

Request samples


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

Response samples


{
"data": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"data_allocation_per_sim": 0,
"default": true,
"inserted_at": "string",
"name": "string",
"regions": [
"string"
],
"type": "string",
"updated_at": "string"
}
}