1. Users
  2. Generate a link to refill the user's wallet
POST

/api/api/users/wallet/refill

client_id*
api_key*
curl --request POST \
     --url https://api.senddotssandbox.com/api/api/users/wallet/refill \
     --header 'Authorization: Basic AUTH_VALUE' \
     --header 'Content-Type: application/json' \
     --data '{
 "user_id": "string"
}'
{
  "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5"
}
{
  "success": true,
  "link": "https://app.dots.dev/refill/dfjskjfhshgfdsjehf"
}

Body

user_idRequired
string

Response

success
boolean
link
string