Create Account
Carbon accounts are essential for interacting with the Greener Choice API. To receive a quote, place an order, or retrieve carbon orders, you will need an account_id
.
When you create an account, you will receive an account_id
in the response object. Be sure to save this account_id
, as it is required for any actions related to the account.
If an account is already associated with the email provided, the existing account will be returned instead of creating a new one.
Headers
Authorisation requires an API key in the header of the request. Please see this page for more information.
Request Fields
The name assigned to this account. This is a required string that uniquely identifies the account within the system.
Minimum Length: 1 Character
Maximum Length: 35 Characters
Valid Characters: All characters are permitted. The name cannot consist solely of spaces.
The email address associated with the account.
Response Fields
A unique ID assigned to the account. This identifier is used to reference the account within the system.