v1
latestOpenAPI 3.0.32026-07-242644125.9 KBConsents
Create Bulk Consents
Registers multiple consents in a single request. Individual (18-char CURP) and Business (12-char RFC) identifiers can be mixed in the same batch and share the same payload shape.
post/consents/bulk
Request body
Example request
[
{
"identifier": "CUAI911021MOCRQS09",
"ip_address": "192.168.2.74",
"privacy_notice_url": "https://mycompany.com/privacy-policy"
}
]Response
Accepted. Batch consent creation queued successfully.