AEP API Management

American Electric Power operates an Azure API Management instance (apim-aep-prod-use2-001) fronted by the "AEP API Management" developer portal at developer.aep.com and the gateway host api.aep.com. The portal is public and the gateway is live, but the anonymous catalog is empty: GET /developer/apis?api-version=2022-04-01-preview returns {"value":[],"nextLink":null}, and so does the products listing. Every API, operation and specification is visible only after a developer-portal account is created and approved, so no machine-readable contract could be captured.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/american-electric-power-api-management"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: american-electric-power-api-management
name: AEP API Management
description: 'American Electric Power operates an Azure API Management instance (apim-aep-prod-use2-001)
  fronted by the "AEP API Management" developer portal at developer.aep.com and the gateway host api.aep.com.
  The portal is public and the gateway is live, but the anonymous catalog is empty: GET /developer/apis?api-version=2022-04-01-preview
  returns {"value":[],"nextLink":null}, and so does the products listing. Every API, operation and specification
  is visible only after a developer-portal account is created and approved, so no machine-readable contract
  could be captured.'
humanURL: https://developer.aep.com/apis
baseURL: https://api.aep.com
tags:
- API Management
- Energy
- Electric Utility
properties:
- type: DeveloperPortal
  url: https://developer.aep.com/
- type: SignUp
  url: https://developer.aep.com/signup
- type: Plans
  url: plans/american-electric-power-plans-pricing.yml
- type: RateLimits
  url: rate-limits/american-electric-power-rate-limits.yml
x-discovery:
  portal_software: Azure API Management developer portal
  apim_instance: apim-aep-prod-use2-001
  config: https://developer.aep.com/config.json
  anonymous_api_count: 0
  anonymous_product_count: 0
  gateway_probe:
    url: https://api.aep.com/
    status: 404
    body: '{ "statusCode": 404, "message": "Resource not found" }'
    note: Azure APIM gateway envelope with x-ms-request-id / x-ms-correlation-id headers behind an F5
      WAF, on AEP's own domain — a real AEP-operated API gateway with no anonymously reachable route.
  checked: '2026-09-02'