Skip to main content

Get all billing plans

GET 
/wireless/billing_plans

Returns a list of all your billing plans

Request

Query Parameters

    include_sim_card_groups boolean

    Specifies whether the SIM card groups be included in the result payload.

    filter[name] string

    Filter billing plan based by name.

    filter[regions] string[]

    Filter billing plans by supported regions.

    page[number] number

    Current page based on pagination settings.

    page[size] number

    Number of results to return per page based on pagination settings.

Responses

200: Successful response

401: Authentication error

403: Authorization error

Loading...