Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.01 KB

accounts.md

File metadata and controls

15 lines (10 loc) · 1.01 KB

Accounts

An account is created for every Fabman customer. Every account has at least one space. You'll need your account ID for creating every other entity like members, equipment or packages.

A user can have access to multiple accounts.

Live API documentation

https://fabman.io/api/v1/documentation#/accounts

Endpoints

  • List accounts will return a list of all accounts the current user has access to
  • Create an account lets you create a new account. The current user will be the owner of the new account.
  • Get an account returns a single account with the given ID.
  • Update an account allows you to change the settings of an account.