# GetMediaProvidersRequest ## Example Usage ```typescript import { GetMediaProvidersRequest } from "@lukehagar/plexjs"; let value: GetMediaProvidersRequest = { xPlexToken: "CV5xoxjTpFKUzBTShsaf", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------------- | ------------------------- | ------------------------- | ------------------------- | ------------------------- | | `xPlexToken` | *string* | :heavy_check_mark: | Plex Authentication Token | CV5xoxjTpFKUzBTShsaf |