Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TECO Energy Billing API

The Billing API from TECO Energy — 3 operation(s) for billing.

TECO Energy Billing API is one of 6 APIs that TECO Energy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Billing. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 2 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.tecoenergy.com/v1.

3 operations 3 paths 2 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://developer.tecoenergy.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

TECO Energy Billing API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Billing 3
GET
/accounts/{accountNumber}/bills
List Bills
listBills 2 params → 200401404
GET
/accounts/{accountNumber}/bills/{billId}
Get Bill Details
getBill 2 params → 200404
POST
/accounts/{accountNumber}/payments
Make Payment
makePayment 1 param body → 201400401

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Bill (9 properties), PaymentRequest (3 properties). Each schema is shown below with its type and property counts.

PaymentRequest
object
3 properties 2 required
Bill
object
A Tampa Electric utility bill.
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teco-energy-billing-api-openapi.yml Raw ↑

Other APIs TECO Energy publishes across the network.

Tampa Electric API Management
TECO Energy Accounts API
TECO Energy Energy Usage API
TECO Energy Outages API
TECO Energy Service Requests API