mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-02-02 14:37:18 -03:00
Fijxu
6905fea26d
The content of the Users API docs is still to be completed. APIs that are from the same url were merged in the same file. ./docs/users.md not yet completed
506 B
506 B
Withdraw Info - Private
Request Method: GET
- /users/
userID
/withdraw-info = Get the info about withdraw iin your account-
Response Example:
{ "user_withdraw_info": { "uid": userID, "region": "US", "region_updated": false, "phone": "", "email": "", "id_number": "", "id_front_url": "", "bank_account": "", "bank_book_url": "", "home_address": "", "pay_pal_email": "" } }
-