Account
| Method | API Endpoint | Description | 
|---|---|---|
| GET | /account/info | Get all account related information | 
| GET | /account/settings | Get all configurations related to the account, such as timezone | 
| GET | /account/settings/schedule | Get all configurations related to schedules | 
| POST | /account/settings/schedule | Update schedule settings | 
| GET | /account/users | List all users and their information | 
| GET | /account/users/ | Get all information about a specific user. Get notary profile, credentials, commission info. | 
| GET | /account/users?filter=notaries | List notaries in the org (active/inactive, state-commissioned). | 
| POST | /account/users/:id/assign | Assign notary to a session. | 
| GET | /account/users/roles | List all roles | 
| POST | /account/suspend | Suspend account | 
Payments
| Method | API | Description | 
|---|---|---|
| GET | /account/billing/ | All information related to the billing, usage, invoices, subscriptions, credits, type of account, next payment date, etc. | 
| GET | /account/billing/usage | Get usage metrics | 
| GET | /account/billing/invoices | List all invoices | 
| GET | /sessions/:id/payments | View payment status & details. | 
| POST | /sessions/:id/payments | Update payment details | 
Danger Zone
| Method | Endpoint | Description | 
|---|---|---|
| GET | /account/status | Get current status and reason | 
| POST | /account/suspend | Suspend account, halting all operations | 
| POST | /account/reactivate | Reactivate account, resuming all operations. Failed request will not retry on their own. | 
