---
title: "Display information about allocatable global outbound channels for the current user."
method: GET
path: "/managed_accounts/allocatable_global_outbound_channels"
tags: ["Managed Accounts"]
---

# Display information about allocatable global outbound channels for the current user.

`GET /managed_accounts/allocatable_global_outbound_channels`

Display information about allocatable global outbound channels for the current user. Only usable by account managers.

## Response `200`

Successful response with information about allocatable global outbound channels.

- object
  - `data` ManagedAccountsGlobalOutboundChannels
    - `managed_account_allow_custom_pricing` boolean — Boolean value that indicates if the managed account is able to have custom pricing set for it or not. If false, uses the pricing of the manager account. Defaults to false. This value may be changed, but there may be time lag between when the value is changed and pricing changes take effect.
    - `allocatable_global_outbound_channels` integer — The total amount of allocatable global outbound channels available to the authenticated manager. Will be 0 if the feature is not enabled for their account.
    - `record_type` string — The type of the data contained in this record.
    - `total_global_channels_allocated` integer — The total number of allocatable global outbound channels currently allocated across all managed accounts for the authenticated user. This includes any amount of channels allocated by default at managed account creation time. Will be 0 if the feature is not enabled for their account.

## Other responses

- `401` — Unauthenticated response. Happens when the current user cannot be authenticated.
- `403` — Unauthorized response. Happens when the current user is not authorized to access the endpoint.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/versions/e32d46c5945b/schema)
