v2
latestOpenAPI 3.1.02026-07-312303692.4 MBWebhook Sink
Create Sink
Creates a new sink.
post/api/v1/app/{app_id}/stream/sink
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"uid": "unique-identifier",
"batchSize": 100,
"eventTypes": [
"user.signup"
]
}Response
Example response
{
"id": "sink_2yZwUhtgs5Ai8T9yRQJXA",
"uid": "unique-identifier",
"eventTypes": [
"user.signup"
]
}