Skip to main content
POST
/
v1
/
exp
/
start
/
{token}
Start user expiration flow
curl --request POST \
  --url http://localhost:3000/v1/exp/start/{token} \
  --header 'X-Bunker-Token: <api-key>'
{
  "status": "ok",
  "exptoken": "<string>"
}

Authorizations

X-Bunker-Token
string
header
required

Root access token for Databunker API

Path Parameters

token
string<uuid>
required

User token (UUID)

Response

Expiration flow started

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

"ok"

exptoken
string

Expiration token for browser links