cURL
curl --request POST \ --url https://api.paylora.org/api/v1/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "test@email.com", "password": "qwerty123" } '
{ "success": true, "data": { "access": "" } }
Api for login
Documentation IndexFetch the complete documentation index at: https://docs.paylora.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.paylora.org/llms.txt
Use this file to discover all available pages before exploring further.
"test@email.com"
"qwerty123"
User`s logined