Home
Convoy
Convoy Endpoint Structure
Convoy Endpoint Structure
A configured destination URL that receives webhook events from a Convoy project.
Type: object
Properties: 22
Webhooks Webhook Gateway Event Delivery Eventing Messaging Integration API Infrastructure
Convoy Endpoint Structure is a JSON Structure definition published by Convoy, describing 22 properties. It conforms to the https://json-structure.org/draft/2024-01/structure meta-schema.
Properties
advanced_signatures
authentication
content_type
created_at
deleted_at
description
events
failure_rate
http_timeout
mtls_client_cert
name
owner_id
project_id
rate_limit
rate_limit_duration
secrets
slack_webhook_url
status
support_email
uid
updated_at
url
Meta-schema: https://json-structure.org/draft/2024-01/structure
JSON Structure
{
"$schema": "https://json-structure.org/draft/2024-01/structure",
"$id": "https://api-evangelist.github.io/convoy/json-structure/convoy-endpoint-structure.json",
"title": "Convoy Endpoint",
"description": "A configured destination URL that receives webhook events from a Convoy project.",
"type": "object",
"properties": {
"advanced_signatures": {
"description": "",
"type": "boolean"
},
"authentication": {
"description": "",
"type": "object"
},
"content_type": {
"description": "",
"type": "string"
},
"created_at": {
"description": "",
"type": "string"
},
"deleted_at": {
"description": "",
"type": "string"
},
"description": {
"description": "",
"type": "string"
},
"events": {
"description": "",
"type": "integer"
},
"failure_rate": {
"description": "",
"type": "number"
},
"http_timeout": {
"description": "",
"type": "integer"
},
"mtls_client_cert": {
"description": "mTLS client certificate configuration"
},
"name": {
"description": "",
"type": "string"
},
"owner_id": {
"description": "",
"type": "string"
},
"project_id": {
"description": "",
"type": "string"
},
"rate_limit": {
"description": "",
"type": "integer"
},
"rate_limit_duration": {
"description": "",
"type": "integer"
},
"secrets": {
"description": "",
"type": "array",
"items": {
"type": {
"type": "object"
}
}
},
"slack_webhook_url": {
"description": "",
"type": "string"
},
"status": {
"description": "",
"type": "string",
"enum": [
{
"type": "object"
},
{
"type": "object"
},
{
"type": "object"
}
]
},
"support_email": {
"description": "",
"type": "string"
},
"uid": {
"description": "",
"type": "string"
},
"updated_at": {
"description": "",
"type": "string"
},
"url": {
"description": "",
"type": "string"
}
}
}