Tenant

An organisational construct within FuseSign.

List tenants

get

Get the list of available tenants for the current OAuth token

Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Responses
200

Success

application/json
get
/api/Tenant/List

Produce a summary of the billing state of a given FuseSign tenant.

get

Produces the summary of the billing state for this tenant. The requesting user must be a FuseSign user to access this information. A credit consumed summary is also produced

Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: e89e22d4-5899-4a93-9915-c50978768323
Responses
200

Success

application/json
get
/api/Tenant/GetBillingState

Produce a summary of the default configuration of a given FuseSign tenant.

get

Produces the summary of the business configuration for this tenant. The requesting user must be a FuseSign user to access this information.

Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: edd43952-66e1-4c04-94d7-6fb04a566e8e
Responses
200

Success

application/json
get
/api/Tenant/GetDefaultSettings

Get Teams

get

Get the list of a tenants teams (accessible to the logged in user)

Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
tenantIdstring · guidRequired

FuseSign Tenant ID

Responses
200Success
application/json
get
/api/Tenant/GetTeams

Last updated