State Application

Apply to a new state to be certified to generate RECs.

SecurityBearerAuth
Request
path Parameters
facility_id
required
integer

The ID of the facility linked to the new application.

Example: 130240
Request Body schema: application/json
state
required
string <= 2 characters
Responses
200

State application created successfully for the given state

400

Bad request - authorization or validation errors

500

Internal error

post/facilities/{facility_id}/state_applications
Request samples
application/json
{
  • "state": "PA"
}
Response samples
application/json
{
  • "url": "/app/api/v1/facilities/1234/state_applications",
  • "date": "2024-04-30 10:02:28 EDT",
  • "code": 200,
  • "elements": 0,
  • "page": "1 of 1",
  • "data": {
    }
}