Grant consent for a topic
Consents
Grant consent for a topic
Subscribes an existing subscriber to a topic. If the topic uses double opt-in, the consent is created PENDING_CONFIRMATION (requiresConfirmation: true) and the subscriber must confirm via email before they are subscribed. Requires scope: consents:manage. Tenancy: scoped to the API key’s project.
POST
Grant consent for a topic
Authorizations
Project-scoped API key, format rm_(live|test)_... . May also be sent as Authorization: Bearer rm_....
Path Parameters
URL-encoded subscriber email.
Body
application/json
Response
Consent granted (or pending confirmation for double opt-in topics)
When requiresConfirmation is true, the topic uses double opt-in and the subscriber must confirm via email before they are subscribed.