Borrower Registration
Developing
API for self registration for borrower/company account in Vestiuum
Request
Body Params application/jsonRequired
Request Code Samples
curl --location 'https://staging-auth.fuyoh.my/web/signup?name=Abu%20Bakar&login=abubakar%40example.com&mobile_country_code=Malaysia-60&mobile_no=123456789&is_company=false&referrer_token=REF-XYZ888999' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
After successful registration of the borrower. The borrower will proceed to a registration successful page.
Modified at 2026-05-13 06:53:49