Skip to main content
POST
/
api
/
wallets
/
set-pin
Set PIN
curl --request POST \
  --url https://app.d-sports.org/api/wallets/set-pin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Body

application/json

The body is of type object.

Response

200

OK