# ConsentFly ## Docs - [Consent history](https://docs.consentfly.com/api-reference/consents/consent-history.md): Audit trail for a consent. Counts against quota. - [Create consent](https://docs.consentfly.com/api-reference/consents/create-consent.md): Records a consent for a site you own. **API key** requests consume one unit of the monthly API quota. - [Delete consent](https://docs.consentfly.com/api-reference/consents/delete-consent.md): Logical delete (LGPD / right to erasure). Counts against quota. - [Get consent](https://docs.consentfly.com/api-reference/consents/get-consent.md): Returns one consent by UUID. Counts against monthly API quota. - [List consents](https://docs.consentfly.com/api-reference/consents/list-consents.md): Query params: `site_id`, `consent_id`, `subject_id`, `accepted`, `from`, `to`, `cursor`, `limit`. Authenticate with **API key** only in this reference. Each request consumes one unit of monthly quota when successful. - [Update consent](https://docs.consentfly.com/api-reference/consents/update-consent.md): Partial update; changes are audited. Counts against quota. - [API Key](https://docs.consentfly.com/pages/api-key.md): Como gerar e usar sua API Key - [API de consentimentos](https://docs.consentfly.com/pages/consents-api.md): Gerir consentimentos via API Key (integração servidor a servidor) - [Comece aqui](https://docs.consentfly.com/pages/intro.md): Tudo o que você precisa para começar com o HaldenHub ## OpenAPI Specs - [openapi](https://docs.consentfly.com/openapi.yaml)