curl --request GET \
--url https://rest.forestreet.com/v2/impact/companies/{identifier} \
--header 'x-api-key: <api-key>'
{
"_id": "<string>",
"domain": "<string>",
"nameOfFirm": "<string>",
"addressLine1": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"phoneNumber": "<string>",
"eMailAddress": "<string>",
"yearEstablished": "<string>",
"keywords": [
"<string>"
],
"naicsCodes": [
123
],
"naicsDescriptions": [
"<string>"
],
"description": "<string>",
"certifications": [
"<string>"
],
"unverifiedCertifications": [
"<string>"
],
"revenue": {
"id": 123,
"label": "<string>",
"actual": {
"value": 123,
"currency": "<string>"
}
},
"size": {
"id": 123,
"label": "<string>",
"actual": 123
},
"location": {
"state": {
"_id": "<string>",
"type": "<string>",
"name": "<string>",
"code": "<string>",
"country": "<string>"
},
"country": {
"_id": "<string>",
"type": "<string>",
"name": "<string>",
"code": "<string>"
}
}
}
Get impact data for a specific company
curl --request GET \
--url https://rest.forestreet.com/v2/impact/companies/{identifier} \
--header 'x-api-key: <api-key>'
{
"_id": "<string>",
"domain": "<string>",
"nameOfFirm": "<string>",
"addressLine1": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"phoneNumber": "<string>",
"eMailAddress": "<string>",
"yearEstablished": "<string>",
"keywords": [
"<string>"
],
"naicsCodes": [
123
],
"naicsDescriptions": [
"<string>"
],
"description": "<string>",
"certifications": [
"<string>"
],
"unverifiedCertifications": [
"<string>"
],
"revenue": {
"id": 123,
"label": "<string>",
"actual": {
"value": 123,
"currency": "<string>"
}
},
"size": {
"id": 123,
"label": "<string>",
"actual": 123
},
"location": {
"state": {
"_id": "<string>",
"type": "<string>",
"name": "<string>",
"code": "<string>",
"country": "<string>"
},
"country": {
"_id": "<string>",
"type": "<string>",
"name": "<string>",
"code": "<string>"
}
}
}
Pass a static API key for every request, provided by your customer support.
Unique identifier of the company.
1
Get impact data for a specific company response
The response is of type object
.