latestOpenAPI 3.0.02026-08-10517386.6 KB

a9f1b102faca

Organizations

Get an organization's public evm addresses

This endpoint returns an organization's public evm addresses

get/organizations/{id}/addresses

Path parameters

idstring required

Headers

x-icr-api-versionstring

API version

Response

createdAtstring date-time required

The creation date of the organization

updatedAtstring date-time required

The update date of the organization

fullNamestring required

The full name of the organization

countryCodestring required

The ISO 3166-1 alpha-2 country code of the organization

citystring

The city of the organization

zipstring

The zip code of the organization

physicalAddressstring

The physical address of the organization

registrationNumberstring

The registration number of the organization

websitestring

The website of the organization

logostring required

The logo of the organization

idstring required

The ID of the organization

type'projectProponent' | 'projectDeveloper' | 'vvb' | 'marketplace' | 'broker' | 'exchange' | 'buyer' | 'insurance' | 'consultancy' | 'dataAndAnalytics' | 'monitoringAndReporting' | 'newsAndMedia' | 'investmentAndFinancing' | 'ratingsAgency' | 'ghgProgram' | 'other' required

The type of the organization

isPublicboolean required

The public status of the organization

urlstring required

The api URL of the organization

Example response

{
  "createdAt": "2022-01-01T00:00:00Z",
  "updatedAt": "2022-01-01T00:00:00Z",
  "fullName": "Organization 1",
  "countryCode": "US",
  "city": "New York",
  "zip": "10001",
  "physicalAddress": "123 Main St",
  "registrationNumber": "123456",
  "website": "http://example.com",
  "logo": "logo.png",
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "organizationIndustries": {
    "code": "IND1",
    "name": "Industry 1"
  },
  "type": "projectProponent",
  "isPublic": true,
  "url": "https://api.carbonregistry.com/app/organizations/123e4567-e89b-12d3-a456-426614174000"
}