Altruistiq · Example Payload

Altruistiq Get Export Example

SustainabilityClimateCarbon AccountingEmissionsGreenhouse GasScope 3Product Carbon FootprintCorporate Carbon FootprintSupply ChainFMCGFood and BeverageESGCSRDSBTiPACTSustainability Intelligence

Altruistiq Get Export Example is an example object payload from Altruistiq, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequestresponse

Example Payload

Raw ↑
{
  "operation": "GET /api/public/v1/export/{exportId}",
  "request": {
    "headers": {
      "Authorization": "Bearer eyJhbGciOi..."
    },
    "path": { "exportId": "exp_01HZX9KZA" }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "exp_01HZX9KZA",
      "status": "ready",
      "downloadUrls": [
        "https://app.altruistiq.com/exports/exp_01HZX9KZA/emissions.csv"
      ],
      "expiresAt": "2026-05-26T10:05:00Z"
    }
  }
}