cURL
curl --request POST \ --url http://localhost:3000/v1/exp/start/{token} \ --header 'X-Bunker-Token: <api-key>'
{ "status": "ok", "exptoken": "<string>" }
Triggers the user expiration flow for data minimization compliance. Returns an expiration token that can be used to create retention/deletion links.
Root access token for Databunker API
User token (UUID)
Expiration flow started
ok
"ok"
Expiration token for browser links