GET
/
v1
/
accounts
/
{account_id}
{
    "account_id": "09569fa2-b2b2-449d-af8b-24bc3694ecbc",
    "account_name": "Example Account",
    "account_email": "example@greener-choice.com",
    "account_created_at": "2024-06-10T16:35:49.644304"
}

Headers

api-key
string
required

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

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
string

The name assigned to this account. This is a required string that uniquely identifies the account within the system.

account_email
string

The email assigned to this account.

account_created_at
datetime

The date and time when the account was created. This timestamp is recorded in UTC and used for tracking the account’s creation date.

{
    "account_id": "09569fa2-b2b2-449d-af8b-24bc3694ecbc",
    "account_name": "Example Account",
    "account_email": "example@greener-choice.com",
    "account_created_at": "2024-06-10T16:35:49.644304"
}