Skip to main content
GET
/
v1
/
exp
/
retain
/
{exptoken}
Retain user data
curl --request GET \
  --url http://localhost:3000/v1/exp/retain/{exptoken} \
  --header 'X-Bunker-Token: <api-key>'
{
  "status": "ok"
}

Authorizations

X-Bunker-Token
string
header
required

Root access token for Databunker API

Path Parameters

exptoken
string
required

Expiration token

Response

Data retention confirmed

status
enum<string>
required
Available options:
ok
Example:

"ok"