Skip to main content
GET
List a customer's consents

Path Parameters

Example Request

Response

Notes

  • Consents are grouped by type (marketing, billing, data_processing) for easy lookup.
  • Each group contains all consent records for that type, including both active and revoked consents.
  • A consent with granted: true and revoked_at: null is currently active.
  • A consent with a non-null revoked_at was previously granted but has since been revoked.
Use this endpoint to build a consent management UI that shows customers their current consent preferences.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Consent records for the customer.

object
string
Allowed value: "list"
data
object[]