Message
Create Message Precheck
A pre-check call for message.create that checks whether any active endpoints are listening to this message.
Note: most people shouldn't be using this API. Svix doesn't bill you for messages not actually sent, so using this API doesn't save money. If unsure, please ask Svix support before using this API.
post/api/v1/app/{app_id}/msg/precheck/active
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
{
"channels": [
"project_123",
"group_2"
],
"eventType": "user.signup"
}Response
Changes
No recorded changes to this endpoint across all 5 revisions of this API.