get https://api.burodeingresos.com/consent/
Retrieves consent details for a user using their RFC as a unique identifier.
Log in to see full request history
Responses
Retrieves consent details for a user using their RFC as a unique identifier.
xxxxxxxxxx
curl --request GET \
--url https://api.burodeingresos.com/consent/rfc \
--header 'accept: application/json'
xxxxxxxxxx
{
"consent_id": "consent_12345abcde",
"details": {
"ip_address": "192.168.1.1",
"consent_method": "accept_button",
"terms_and_conditions": "https://burodeingresos.com/privacy",
"timestamp": "2024-02-01T19:00:25+00:00"
}
}