@playlive/tiltify-core
Preparing search index...
TiltifyWebhook
Interface TiltifyWebhook
A registered webhook endpoint (URL Tiltify will POST events to).
interface
TiltifyWebhook
{
activated_at
:
string
;
deactivated_at
:
string
|
null
;
description
:
string
|
null
;
id
:
string
;
inserted_at
:
string
;
status
:
"active"
|
"inactive"
;
updated_at
:
string
|
null
;
url
:
string
;
}
Index
Properties
activated_
at
deactivated_
at
description
id
inserted_
at
status
updated_
at
url
Properties
activated_
at
activated_at
:
string
deactivated_
at
deactivated_at
:
string
|
null
description
description
:
string
|
null
id
id
:
string
inserted_
at
inserted_at
:
string
status
status
:
"active"
|
"inactive"
updated_
at
updated_at
:
string
|
null
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activated_
at
deactivated_
at
description
id
inserted_
at
status
updated_
at
url
@playlive/tiltify-core
Loading...
A registered webhook endpoint (URL Tiltify will POST events to).