Skip to main content
GET
/
api
/
v1
/
auth
/
verify-reset-token
/
{token}
Verify Reset Token
curl --request GET \
  --url https://api.example.com/api/v1/auth/verify-reset-token/{token}
{
  "valid": true,
  "expires_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt

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

Path Parameters

token
string
required

Response

Token validity status

Response for reset token verification.

valid
boolean
required

Whether token is valid

expires_at
string<date-time> | null

Token expiration time if valid