Skip to main content
GET
/
consents
/
{id}
/
history
Consent history
curl --request GET \
  --url https://www.consentfly.com.br/api/v1/consents/{id}/history \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "accepted": true,
      "actor_id": "<string>",
      "changed_by": "<string>",
      "consent_id": "<string>",
      "created_at": "<string>",
      "id": "<string>",
      "policy_version": 123,
      "preferences": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.haldenhub.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Format: Bearer sk-... (include the Bearer prefix).

Path Parameters

id
string
required

Consent UUID

Response

OK

data
object[]