Created
July 12, 2022 15:37
-
-
Save GeeWee/a26ec914963ba490f102b9f0a0d9b3c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --request POST \ | |
--url https://beta3.api.climatiq.io/estimate \ | |
--header 'Authorization: Bearer YOUR_API_KEY' \ | |
--header 'Content-Type: application/json' \ | |
--data '{ | |
"emission_factor": { | |
"id": "accommodation_type_hotel_stay", | |
"region": "AU" | |
}, | |
"parameters": { | |
"number": 1 | |
} | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment