---
title: "Request Rate"
method: POST
path: "/electricity/request-rate"
tags: ["Electricity"]
---

# Request Rate

`POST /electricity/request-rate`

This endpoint can be used to submit a request for WattBuy to prioritize adding a particular rate to our retail rate database.

## Request body

- RequestRate
  - `utility_name` string, required
  - `eid` integer
  - `state` string
  - `rate_name` string, required
  - `tariff_code` string
  - `rate_url` string

## Response `200`

OK

- object
  - `status` boolean
  - `message` string
  - `rateId` string

## Other responses

- `400` — Bad request
- `404` — Utility not found
- `500` — Internal server error

---

[API](https://skmtc.net/wattbuy/apis/wattbuy-apis.md) · [All operations](https://skmtc.net/wattbuy/apis/wattbuy-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wattbuy/wattbuy-apis/revisions/97771153b652/schema)
