From cc13b31ffc74cf2870bf1f1f8f151d3522079f08 Mon Sep 17 00:00:00 2001 From: daallen303 <49605765+daallen303@users.noreply.github.com> Date: Wed, 29 May 2024 23:12:51 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2049178?= =?UTF-8?q?6a4a3be3789ae0134e260ed981ee7eaf9d1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/accounts/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/accounts/index.html b/api/accounts/index.html index ab7721863..9f2e22f42 100644 --- a/api/accounts/index.html +++ b/api/accounts/index.html @@ -31,7 +31,7 @@ window.addEventListener('beforeunload', () => { localStorage.setItem('sidebar-scroll', leftSidebar.scrollTop); }); -

Accounts

An Account represents a permission boundary around Centrapay resources. +

Accounts

An Account represents a permission boundary around Centrapay resources. Accounts can have API Keys  API  and Account Memberships  API  which grant access to the resources.

Accounts are classified as either “individual” or “org”. Individual accounts can only have a single member and Centrapay users can only be a member of a single @@ -39,7 +39,8 @@

Attributes

  • id

    string

    The unique identifier.

  • type

    string

    Account type, must be either ‘org’ or ‘individual’.

  • name

    string

    The display name of the Account.

  • region

    string

    The region that the Account will operate in.

  • test

    boolean

    A flag which is only present if the Account is for testing.

  • createdAt

    timestamp

    When the Account was created.

  • modifiedAt

    timestamp

    When the Account was updated.

  • createdBy

    crn

    The User or API Key that created the Account.

  • modifiedBy

    crn

    The User or API Key that updated the Account.

  • subscriptions

    array

    A list of Subscriptions on the Account.

+
  • id

    string

    The unique identifier.

  • type

    string

    Account type, must be either ‘org’ or ‘individual’.

  • name

    string

    The display name of the Account.

  • region

    string

    The region that the Account will operate in.

  • test

    boolean

    A flag which is only present if the Account is for testing.

  • createdAt

    timestamp

    When the Account was created.

  • modifiedAt

    timestamp

    When the Account was updated.

  • createdBy

    crn

    The User or API Key that created the Account.

  • modifiedBy

    crn

    The User or API Key that updated the Account.

  • subscriptions

    array

    A list of Subscriptions on the Account.

  • parentAccountId

    string

    The unique identifier of the parent account to which the current account is linked. +This field establishes a hierarchical relationship between accounts, indicating that the current account was created by the specified parent account.


Attributes