Get the currently published mother-account consent offer
GET
/mother/account-consent-offer
const url = 'https://example.com/mother/account-consent-offer';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/mother/account-consent-offerAnonymous read of immutable published consent metadata used before native Supabase signup. Registration still submits only policyKey and versionLabel; the server checks the accepted pair and content digest against this authority.
Responses
Section titled “Responses”Current published consent bundle for mother-account registration
Media typeapplication/json
MotherAccountConsentOfferProjection
object
bundleRevision
required
integer
policies
required
Array<object>
object
policyKey
required
string
versionLabel
required
string
purpose
required
string
displayTitle
required
string
documentUrl
required
string format: uri
contentDigest
required
string
required
required
boolean
publishedAt
required
string format: date-time
key
additional properties
key
additional properties
Published consent authority is unavailable or cannot prove one current bundle
Media typeapplication/json
MotherAccountConsentOfferProblem
object
status
required
code
required
retryable
required
key
additional properties