Consent Submission Request

The Consent Submission Interface allows you to transmit user consent decisions to JENTIS when consent is collected outside of the JENTIS Base Code.

This interface is required if you operate a custom Consent Management Platform (CMP), a native mobile application, or a fully custom frontend where JENTIS does not directly manage consent collection.

By submitting consent decisions to JENTIS, you ensure:

  • Legal documentation of user consent

  • Storage of consent status per user

  • Proper compliance handling within JENTIS

  • Correct connector behavior based on active consent

In short:

  • Use this interface to send consent decisions

  • Ensures legal and compliance documentation

  • Does not trigger tracking events

  • Required when consent is managed externally

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
chevron-right
200

Data submitted successfully

No content

post
/
200

Data submitted successfully

No content

Last updated

Was this helpful?