API Documentation

Health Check

Health Check

get
Responses
200

Successful Response

application/json
Responseany
get
/health
200

Successful Response

No content

Tenant Options

Get Tenant Options

Get Tenant Options

get
Authorizations
OAuth2passwordRequired
Token URL:
Header parameters
correlation-idstringRequired
Responses
200

Successful Response

application/json
get
/v1/tenant-options

Add Tenant Options

Add Tenant Options

post
Authorizations
OAuth2passwordRequired
Token URL:
Header parameters
correlation-idstringRequired
Body
Responses
post
/v1/tenant-options

Product Options

Get Product Options

Get Product Options

get
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
limitany ofOptional

Maximum number of records to return

integer ยท min: 1Optional
or
nullOptional
offsetany ofOptional

Number of records to skip

integerOptional
or
nullOptional
Header parameters
correlation-idstringRequired
Responses
200

Successful Response

application/json
get
/v1/product-options

Add Product Options

Add Product Options

post
Authorizations
OAuth2passwordRequired
Token URL:
Header parameters
correlation-idstringRequired
Body
Responses
post
/v1/product-options

Tenant Data Connection Configs

Get Tenant Data Connections

Get Tenant Data Conn

get

Get all data connection configs for the current tenant.

Authorizations
OAuth2passwordRequired
Token URL:
Header parameters
correlation-idstringRequired
Responses
200

Successful Response

application/json
get
/v1/tenant-data-conn-configs

Create Tenant Data Connections

Create Tenant Data Conn

post

Add data connection configs for the current tenant.

Authorizations
OAuth2passwordRequired
Token URL:
Header parameters
correlation-idstringRequired
Body

Request model for adding one or more dataโ€connection configs to a tenant.

Responses
post
/v1/tenant-data-conn-configs

Update Tenant Data Connection

Update Tenant Data Conn

patch

Update dataโ€‘connection config by name for the current tenant.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
namestringRequired
Header parameters
correlation-idstringRequired
Body
typeany ofOptional

New connection type, if updating

stringOptional
or
nullOptional
configsany ofOptional

New configs map, if updating

or
nullOptional
Responses
200

Successful Response

application/json
patch
/v1/tenant-data-conn-configs/{name}

Delete Tenant Data Connection

Delete Tenant Data Conn

delete

DELETE one dataโ€‘connection config by name for the current tenant.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
namestringRequired
Header parameters
correlation-idstringRequired
Responses
200

Successful Response

application/json
delete
/v1/tenant-data-conn-configs/{name}

Users

Get Users

Get list of users

get
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
roleany ofOptional

Filter users by role

string ยท enumOptionalPossible values:
or
nullOptional
Header parameters
correlation-idstringRequired
Responses
200

List of users retrieved successfully

application/json
get
/v1/users

Tenant Data ET Configs

Create Tenant Data ET

Create Tenant Data Et

post
Authorizations
OAuth2passwordRequired
Token URL:
Header parameters
correlation-idstringRequired
Body
Responses
post
/v1/tenant-data-et-configs

Update Tenant Data ET

Update Tenant Data Et

patch

Update data ET config by unit_name for the current tenant.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
unit_namestringRequired
Header parameters
correlation-idstringRequired
Body
Responses
200

Successful Response

application/json
patch
/v1/tenant-data-et-configs/{unit_name}

Delete Tenant Data ET

Delete Tenant Data Conn

delete

DELETE one data ET config by unit_name for the current tenant.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
unit_namestringRequired
Header parameters
correlation-idstringRequired
Responses
200

Successful Response

application/json
delete
/v1/tenant-data-et-configs/{unit_name}

Last updated

Was this helpful?