latestOpenAPI 3.1.02026-08-085123123.9 KB

bf0b51ee8e8a

Members

Retrieve a specific member's consent details

Retrieve more consent information for a specific member based on their key.

get/members/{key}/consent

Path parameters

keystring required

Can be either the member's email address or their numerical ID

Response

List of the consent attributes for the specified member

consentTypestring
relationTypestring
consentDatestring nullable
consentExpirationstring nullable
consentProofstring

Example response

{
  "consentType": "implied",
  "relationType": "active-clients",
  "consentDate": "2022-01-01 00:00:00.000",
  "consentExpiration": "2024-01-01 00:00:00.000",
  "consentProof": "Customer since 2015, see invoices"
}