Retrieve the list of all monthly certificates held by the API user (hourly certificates are not included). This will return certificates belonging to the API user that are in active and retired states.
Success
Invalid parameter(s)
Unauthorized access
Permission denied
Server too busy or acceptable use policy violation
An unexpected error has occurred
{- "@count": 0,
- "value": [
- {
- "accountId": "55",
- "notificationName": "John Doe",
- "notificationEmail": "jdoe@acmecorp.com",
- "certificateSerialNumberRange": "NAR-REC-1234-CA-06-2024-555555-1 to 66",
- "certificateStatus": "RETIRED",
- "countryIso2Code": "US",
- "fuelTypeCode": "H2O",
- "fuelTypeDescription": "Hydroelectric Water",
- "quantity": 66,
- "resourceName": "Acme Hydro",
- "resourceProgramAssignedIdentifier": "GEN1234",
- "retirementDate": "2024-10-06T22:38:15.08Z",
- "retirementDetails": "Retired of behalf of John Doe",
- "retirementReasonCode": "22",
- "retirementReasonDescription": "REC-Only Product",
- "retirementComplianceState": "CA",
- "retirementYear": 2024,
- "retirementTypeCode": "GRN",
- "retirementTypeDescription": "Green-e Energy Voluntary Market",
- "subaccountType": "RET",
- "subaccountId": "321",
- "subaccountName": "Green-e Retirements 2024",
- "vintageMonth": "06/2024",
- "eligibilities": "CRS Listed"
}
], - "totalCount": 0,
- "countExceeded": true
}