Store user consentspost https://{tenanturl}/v2.0/privacy/providers/{id}/consentsStore consents in the external provider. Entitlements required: createPrivacyConsent (Create privacy consent records)Path ParamsidstringrequiredExternal consent provider identifier registered on Verify.Query ParamsincludeConsentsstringIndicates if the consent objects should be returned when the operation is successful.Body ParamssubjectIdstringlength â„ 1Identifies the subject that the consent is associated with. The consent object may override this value.isExternalSubjectbooleanIdentifies if the subject is a Verify user. The consent object may override this value. This is not checked for external consent provider integrations.truefalsegeoIPstringClient IP address making this request. If this is not provided, the client IP address is computed using the corresponding header(s) used by Verify to identify the client IP. The consent object may override this value.consentsarray of objectsconsentsADD objectsysobjectsys objectResponses 200All consents are successfully added or updated. 207Not all consents are successfully added or updated. 400Error object that contains details of why the request failed. 500Internal error occurred in the system.Updated 3 months ago