@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/clients
hookdeck-outpost
HookdeckOutpostTenantClient
Class HookdeckOutpostTenantClient
Index
Constructors
constructor
Methods
get
Portal
Redirect
Url
upsert
Tenant
Constructors
constructor
new
HookdeckOutpostTenantClient
(
__namedParameters
:
{
apiKey
:
string
;
baseUrl
:
string
}
,
)
:
HookdeckOutpostTenantClient
Parameters
__namedParameters
:
{
apiKey
:
string
;
baseUrl
:
string
}
Returns
HookdeckOutpostTenantClient
Methods
get
Portal
Redirect
Url
getPortalRedirectUrl
(
__namedParameters
:
{
tenantId
:
string
;
theme
?:
"light"
|
"dark"
}
,
)
:
Promise
<
string
|
undefined
>
Parameters
__namedParameters
:
{
tenantId
:
string
;
theme
?:
"light"
|
"dark"
}
Returns
Promise
<
string
|
undefined
>
upsert
Tenant
upsertTenant
(
__namedParameters
:
{
tenantId
:
string
}
,
)
:
Promise
<
{
created_at
?:
string
;
destinations_count
?:
number
;
id
?:
string
;
metadata
?:
{
[
key
:
string
]:
string
}
|
null
;
topics
?:
string
[]
;
updated_at
?:
string
;
}
,
>
Parameters
__namedParameters
:
{
tenantId
:
string
}
Returns
Promise
<
{
created_at
?:
string
;
destinations_count
?:
number
;
id
?:
string
;
metadata
?:
{
[
key
:
string
]:
string
}
|
null
;
topics
?:
string
[]
;
updated_at
?:
string
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Portal
Redirect
Url
upsert
Tenant
@cfxlabsinc/b2b-services
Loading...