POST/api/crm/public/v1/eventsSubmit eventAPI anahtarıcURLJavaScriptPythonİstekcurl -X POST "https://{slug}.crm.blesyum.app/api/crm/public/v1/events" \ -H "Authorization: Bearer blsk_..." \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }
GET/api/crm/public/v1/eventsList eventsAPI anahtarıcURLJavaScriptPythonİstekcurl -X GET "https://{slug}.crm.blesyum.app/api/crm/public/v1/events" \ -H "Authorization: Bearer blsk_..." \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }
POST/api/crm/public/v1/events/summariesSummariesAPI anahtarıcURLJavaScriptPythonİstekcurl -X POST "https://{slug}.crm.blesyum.app/api/crm/public/v1/events/summaries" \ -H "Authorization: Bearer blsk_..." \ -H "Accept: application/json"Yanıt{ "data": "…", "trace_id": "01JC…" }