How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Prezent Webhooks API

Receive signed HTTPS callbacks when Prezent jobs complete or fail. Subscriptions are scoped per API key, retried over a 21h window, and auto-disabled after 50 consecutive failures. See the [Webhooks guide](/docs/webhooks) for the signature format and verification examples.

Prezent Webhooks API is one of 9 APIs that Prezent publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 4 paths, and defines 15 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 3 base URLs: https://api.prezent.ai, https://uatstage-api.myprezent.com, https://devstage-api.myprezent.com.

7 operations 4 paths 15 schemas 1 DELETE2 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.prezent.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Prezent Webhooks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (opaque) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Bearer token authentication. Supply the API key issued by Customer Success as Authorization: Bearer . The API does NOT accept the AWS x-api-key header. Keys ma…

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Webhooks 7

Receive signed HTTPS callbacks when Prezent jobs complete or fail. Subscriptions are scoped per API key, retried over a 21h window, and auto-disabled after 50 consecutive failures…

POST
/api/v1/webhook-subscriptions
Create a webhook subscription
createWebhookSubscription body → 201400401403422429500503
GET
/api/v1/webhook-subscriptions
List webhook subscriptions
listWebhookSubscriptions 2 params → 200400401403429500503504
GET
/api/v1/webhook-subscriptions/{id}
Read a webhook subscription
getWebhookSubscription 1 param → 200401403404429500503504
PATCH
/api/v1/webhook-subscriptions/{id}
Update a webhook subscription
updateWebhookSubscription 1 param body → 200400401403404422429500
DELETE
/api/v1/webhook-subscriptions/{id}
Delete a webhook subscription
deleteWebhookSubscription 1 param → 200401403404429500503504
POST
/api/v1/webhook-subscriptions/{id}/rotate-secret
Rotate the HMAC secret for a subscription
rotateWebhookSubscriptionSecret 1 param → 200401403404429500503504
POST
/api/v1/webhook-subscriptions/{id}/test
Send a test delivery to a subscription
testWebhookSubscription 1 param → 200400401403404429500503

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are WebhookSubscription (11 properties), WebhookEvent (5 properties), WebhookSubscriptionCreateRequest (4 properties), WebhookSubscriptionUpdateRequest (4 properties). Each schema is shown below with its type and property counts.

WebhookSubscriptionCreateRequest
object
4 properties 1 required
WebhookEvent
object
Payload POSTed to your subscription URL. This is NOT the body of any management endpoint — it is what your receiver parses. Verify the signature first; see the…
5 properties 5 required
ErrorEnvelope
object
Standard error envelope returned by every documented endpoint (both in-Lambda and gateway-level errors). Additional legacy keys may appear alongside success/da…
3 properties 3 required
WebhookSubscriptionUpdateRequest
object
Partial update. Any combination of fields may be supplied.
4 properties
WebhookSubscriptionReadResponse
WebhookSubscriptionTestResponse
WebhookEventType
string
Catalog of event types emitted by Prezent. New types may be added without notice; clients should ignore unknown values.
WebhookSubscriptionRotateResponse
ErrorCode
string
Stable identifier for an error condition. Codes never change meaning or HTTP status once published.
WebhookSubscriptionCreateResponse
WebhookSubscription
object
Core read-shape for a webhook subscription. Returned by GET + PATCH endpoints. Never includes the raw HMAC secret — only secretprefix (the first 6 chars, for h…
11 properties 7 required
WebhookSubscriptionStatus
string
active subscriptions receive deliveries. disabled subscriptions are skipped at dispatch time — either explicitly set by the customer or set by Prezent's auto-d…
WebhookSubscriptionListResponse
SuccessEnvelope
object
Standard success envelope. Endpoint-specific schemas extend this and constrain the data property to their concrete shape. Additional legacy keys (status, log,…
2 properties 1 required
WebhookSubscriptionDeleteResponse

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

prezent-webhooks-api-openapi.yml Raw ↑

Other APIs Prezent publishes across the network.

Prezent Audiences API
Prezent AutoGenerator API
Prezent File Access API
Prezent Health API
Prezent Streaming API
Prezent Template Converter API
Prezent Themes API
Prezent Upload API
Where this information came from

This is an independent, third-party profile of Prezent Webhooks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.