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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.databunker.org/llms.txt

Use this file to discover all available pages before exploring further.

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