For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data Submission Request

The Data Submission Request enables you to send tracking events directly to JENTIS via HTTP. It is the primary interface for transmitting event-based data from external systems into the JENTIS processing pipeline.

This endpoint should be used whenever a measurable tracking event occurs outside the standard JENTIS Base Code environment. Typical examples include backend purchase confirmations, cancelled orders, CRM-triggered events, POS transactions, or server-side interactions.

Once submitted, the event is processed by JENTIS and forwarded to the configured connectors according to your setup.

In short:

  • Use this interface to send tracking data

  • Events are processed through the JENTIS pipeline

  • Configured connectors can be triggered

  • Designed for server-side and external system integrations

To use the JENTIS HTTP API, you must obtain a dedicated API Key.

⚠️ Important You must create a Helpdesk ticket in JENTIS to request access and receive your API key for this endpoint.

Without a valid API key, requests will be rejected.

API - Definition

Submit data

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
post
/
200

Data submitted successfully

No content

Last updated

Was this helpful?