Skip to main content
POST
/
api
/
user
/
verify-password
Verify password
curl --request POST \
  --url https://app.d-sports.org/api/user/verify-password \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>"
}
'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Body

application/json
password
string

Response

200

{ success }