@jackdevau/up-api API Reference
Preparing search index...
WebhookDeliveryLogResource
Interface WebhookDeliveryLogResource
interface
WebhookDeliveryLogResource
{
type
:
string
;
id
:
string
;
attributes
:
{
request
:
{
body
:
string
}
;
response
:
{
statusCode
:
number
;
body
:
string
}
|
null
;
deliveryStatus
:
WebhookDeliveryStatusEnum
;
createdAt
:
string
;
}
;
relationships
:
{
webhookEvent
:
{
data
:
{
type
:
string
;
id
:
string
}
}
}
;
}
Index
Properties
type
id
attributes
relationships
Properties
type
type
:
string
id
id
:
string
attributes
attributes
:
{
request
:
{
body
:
string
}
;
response
:
{
statusCode
:
number
;
body
:
string
}
|
null
;
deliveryStatus
:
WebhookDeliveryStatusEnum
;
createdAt
:
string
;
}
relationships
relationships
:
{
webhookEvent
:
{
data
:
{
type
:
string
;
id
:
string
}
}
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
id
attributes
relationships
@jackdevau/up-api API Reference
Loading...