Retrieves the details of an existing endpoint.
Your Moonbase API key.
The ID of the Webhook Endpoint to retrieve.
Successful response.
A Webhook Endpoint is an HTTP endpoint that receives webhooks. You can configure which events are sent to each endpoint by creating WebhookSubscription objects.
String representing the object’s type. Always webhook_endpoint for this object.
"webhook_endpoint"Unique identifier for the object.
The HTTPS URL where webhook events will be sent.
Indicates whether the endpoint is enabled.
disabled, enabled An array of WebhookSubscription objects representing the events this endpoint will receive.
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.
The signing secret used to verify webhook authenticity. This value is only shown when creating the endpoint and starts with whsec_.