---
title: "Get-Media-Providers"
method: GET
path: "/settings/application/media/providers"
tags: ["Application"]
---

# Get-Media-Providers

`GET /settings/application/media/providers`

## Response `200`

- GetMediaProvidersResponse
  - `meta` Meta — Contains generic information such as WhatsApp Business API Client version.
    - `version` string
    - `api_status` 'deprecated' | 'experimental' | 'stable'
  - `errors` Error[] — Only returned with a failed request. Contains an array of error objects that are present when there is an error.
    - `code` integer — See the https://developers.facebook.com/docs/whatsapp/api/errors for more information.
    - `title` string — error title
    - `details` string — error detail
    - `href` string — location for error detail
  - `settings` MediaProviderSettings
    - `application` MediaProviderSettingsApplication
      - `media` MediaProviderSettingsApplicationMedia
        - `providers` MediaProvider[]
          - `name` string — The name for the provider
          - `type` string — The type of provider
          - `config` union
            - ConfigBearer
              - …
            - ConfigBasic
              - …

---

[API](https://skmtc.net/unblu/apis/whatsapp-business-api.md) · [All operations](https://skmtc.net/unblu/apis/whatsapp-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unblu/whatsapp-business-api/versions/7a5937fc6885/schema)
