POST
/
v1
/
accounts
{
    "account_name": "Example Account"
    "account_email": "example@greener-choice.com"
}
{
    "account_id": "09569fa2-b2b2-449d-af8b-24bc3694ecbc"
}

Headers

api-key
string
required

Authorisation requires an API key in the header of the request. Please see this page for more information.

Request Fields

account_name
string
required

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.

account_email
string

The email address associated with the account.

Response Fields

account_id
uuid

A unique ID assigned to the account. This identifier is used to reference the account within the system.

{
    "account_name": "Example Account"
    "account_email": "example@greener-choice.com"
}
{
    "account_id": "09569fa2-b2b2-449d-af8b-24bc3694ecbc"
}