Coming Soon


Account

MethodAPI EndpointDescription
GET/account/infoGet all account related information
GET/account/settingsGet all configurations related to the account, such as timezone
GET/account/settings/scheduleGet all configurations related to schedules
POST/account/settings/scheduleUpdate schedule settings
GET/account/usersList 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=notariesList notaries in the org (active/inactive, state-commissioned).
POST/account/users/:id/assignAssign notary to a session.
GET/account/users/rolesList all roles
POST/account/suspendSuspend account

Payments

MethodAPIDescription
GET/account/billing/All information related to the billing, usage, invoices, subscriptions, credits, type of account, next payment date, etc.
GET/account/billing/usageGet usage metrics
GET/account/billing/invoicesList all invoices
GET/sessions/:id/paymentsView payment status & details.
POST/sessions/:id/paymentsUpdate payment details

Danger Zone

MethodEndpointDescription
GET/account/statusGet current status and reason
POST/account/suspendSuspend account, halting all operations
POST/account/reactivateReactivate account, resuming all operations. Failed request will not retry on their own.