Skip to main content
GET
/
auth
/
password-reset
/
{uidb64}
/
{token}
cURL
curl --request GET \
  --url https://app.closerx.ai/api/auth/password-reset/{uidb64}/{token}/ \
  --header 'api_key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

api_key
string
header
required

Path Parameters

uidb64
string
required

Base64 encoded user ID

token
string
required

Password reset token

Response

Token verification response

success
boolean
required

Indicates whether the token verification was successful

message
string
required

Message describing the result of the token verification

data
object
required

Empty object containing no additional data