Prisma · Postman Collection

Prisma Pulse API

API for Prisma Pulse, a managed Change Data Capture (CDC) service that enables real-time database change events and type-safe subscriptions via Prisma Client. Pulse captures PostgreSQL logical replication events and delivers them through stream() and subscribe() methods. The stream() API provides at-least-once delivery with ordering guarantees and resumability, while subscribe() provides at-most-once delivery for simpler use cases. Events include create, update, and delete operations with full o

7
Requests
7
Folders
View on GitHub Raw JSON Postman Collection

Overview

Prisma Pulse API is a Postman Collection published by Prisma on the APIs.io network.

API for Prisma Pulse, a managed Change Data Capture (CDC) service that enables real-time database change events and type-safe subscriptions via Prisma Client. Pulse captures PostgreSQL logical replication events and delivers them through stream() and subscribe() methods. The stream() API provides at-least-once delivery with ordering guarantees and resumability, while subscribe() provides at-most-once delivery for simpler use cases. Events include create, update, and delete operations with full o

The collection contains 7 requests organised into 7 folders.

Requests & Folders

streams
subscribe
events
health

Related API Specs

Prisma Data Platform API (OpenAPI) Prisma Accelerate API (OpenAPI) Prisma Pulse API (OpenAPI) Prisma Postgres Management API (OpenAPI) Prisma Client API (OpenAPI) Prisma Optimize API (OpenAPI)
Back to Prisma · All Collections · GitHub