Skip to main content

Endpoint

{
"id": "integer",
"created_at": "string",
"updated_at": "string",
"is_active": "boolean",
"target": "string",
"description": "string",
"events": [
{
"type": "string",
"added_at": "string"
}
],
"ssl_cert_verification": "boolean"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalseread-onlyA unique integer value identifying this endpoint
created_atstring(date-time)falseread-onlyDatetime of endpoint creation
updated_atstring(date-time)falseread-onlyDatetime of endpoint last edit
is_activebooleanfalsenoneIf true, endpoint is active
targetstring(uri)truenoneThe target
descriptionstringfalsenoneEndpoint description
eventslisttruenoneThe events related to the endpoint
» typestringtruenoneThe event type
» added_atstring(date-time)falseread-onlyEvent creation datetime
ssl_cert_verificationbodybooleanfalseIf true, the SSL certificates for HTTPS requests must be enabled