Retirements

Endpoints that return retirement certificates carbonregistry.com has issued

Get all retirements

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitnumberOptional

Limit the number of results returned

pagenumberOptional

Page number for pagination

Responses
200Success
application/json
get
/v1/retirements
200Success

Get a specific retirement by ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The ID of the retirement

Responses
200Success
application/json
get
/v1/retirements/{id}
200Success

Get retirements for an entity

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Entity ID

Responses
200Success
application/json
get
/v1/{id}/retirements
200Success

Last updated