For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
endpointUrlstringRequiredformat: "^https://.+$">=1 character
eventTypeslist of enumsRequired
Allowed values:
signingSecretstringRequired>=1 character
Shared secret used to sign webhook deliveries. Plextera sends X-Plextera-Signature as t=<unix timestamp>,v1=<HMAC-SHA256(timestamp + ’.’ + raw request body)>.