EVENTS
Get Event Details
Fetch event details and its linked schema.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
You can get Service Token from SuprSend dashboard -> Account Settings -> Service Tokens section.
Path Parameters
Workspace slug (staging, production, etc.)
URL encoded event name. Example - SHIPMENT%20ARRIVED
Response
Successfully retrieved event
Event name
Example:
"user_signup"
Description of the event
Example:
"Triggered whenever a new user successfully signs up on the platform"
When the event was created
Example:
"2025-08-27T09:30:57.945326Z"
JSON Schema reference for how the event API call should be structured.
Example:
"https://schema.suprsend.com/event/v1/schema.json"
cURL