Quick API Reference
# Private Network MEC Quick APIs Reference Here are the APIs associated with Private Wireless Network (PWN) / MEC. For information and instructions on getting tokens and credentials, please visit [Getting Started](/docs/standard-apis/connectivity-management/guides/getting-started/getting-started-introduction). Hope you are enjoying our latest upgrades, but you can still access the [Legacy Documentation](https://www.verizon.com/business/5g-edge-portal/documentation.html) for a limited time ## Private Network / MEC | Task | API call | | ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | | KPI List | [`GET /m2m/v1/devices/pwn/kpi/list/{aname}`](/docs/standard-apis/private-mec/api-endpoints/kpilist) | | Get Profile List | [`GET /m2m/v1/devices/pwn/profiles/list/{aname}`](/docs/standard-apis/private-mec/api-endpoints/getprofilelist) | | Change PWN Device State-Activate | [`POST /m2m/v1/devices/pwn/actions/state/activate`](/docs/standard-apis/private-mec/api-endpoints/changepwndevicestate-activate) | | Change PWN Device State-Deactivate | [`POST /m2m/v1/devices/pwn/actions/state/deactivate`](/docs/standard-apis/private-mec/api-endpoints/changepwndevicestate-deactivate) | | Change PWN Device Profile | [`POST /m2m/v1/devices/pwn/actions/profile`](/docs/standard-apis/private-mec/api-endpoints/changepwndeviceprofile) | | Change PWN Device IP Address | [`PUT /m2m/v1/devices/pwn/actions/ipaddress`](/docs/standard-apis/private-mec/api-endpoints/changepwndeviceipaddress) | | Get MEC Performance Consent | [`GET /m2m/v1/devices/pwn/performance/consent/{aname}`](/docs/standard-apis/private-mec/api-endpoints/getpwnperformanceconsent) |