Skip to main content
GET
/
v1
/
exp
/
status
/
{token}
Get expiration status
curl --request GET \
  --url http://localhost:3000/v1/exp/status/{token} \
  --header 'X-Bunker-Token: <api-key>'
{
  "status": "ok",
  "expiration_date": "2023-11-07T05:31:56Z"
}

Authorizations

X-Bunker-Token
string
header
required

Root access token for Databunker API

Path Parameters

token
string<uuid>
required

User token (UUID)

Response

Expiration status retrieved

status
enum<string>
required
Example:

"ok"

expiration_date
string<date-time>