Login (UI by fypass)
Developing
Use endpoint to login user using fypass page. The login page will be provide by fypass, client don't need to create own login page
Request
Body Params application/json
{
"reqToken": "9823jfoiwefofd",
"finishAction": "direct",
"directURL": "http://localhost:8000/pass/9823jfoiwefofd"
}
Request Code Samples
curl --location --request POST '/users/fypass/ui' \
--header 'x-language: {{x-language}}' \
--header 'x-request-id: {{x-request-id}}' \
--header 'x-client-key: {{x-client-key}}' \
--header 'x-version: {{x-version}}' \
--header 'x-signature: {{x-signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqToken": "9823jfoiwefofd",
"finishAction": "direct",
"directURL": "http://localhost:8000/pass/9823jfoiwefofd"
}'
Responses
application/json {
"URL": {
"register": "https://fypass.com/c/register/898213928j9",
"login": "https://fypass.com/c/login/898213928j9"
}
}
Modified at 2025-04-03 13:46:05