| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### meter_id

**uuid**  
required  
Meter ID

### program_identifier

**string**  
Program identifier for which to trigger the refresh for. If not specified it will be applied to all available programs.

# Response Codes

# ``202      The request to refresh the meter market registration was accepted

# ``400      The request is not valid

# ``401      You are not authorized to perform this operation.

# ``403      You do not have the necessary permissions for this operation.

# ``404      Meter or program not found

# ``500      Internal server error

# ``501      This endpoint is currently only supported for utility meters in CAISO

### Base URL

`https://api.staging.leap.energy/v2/meters/{meter_id}/market-registrations/refresh-requests`

### Example Request

```
curl --request POST \
     --url https://api.staging.leap.energy/v2/meters//market-registrations/refresh-requests \
     --header 'accept: application/json'
```

### Sample Response

```
{
  "title": "The request to refresh the meter market registration was accepted",
  "status": 202
}
```

Updated 11 months ago
