Aldy Pay
  1. Auth
Aldy Pay
  • Vendors
    • Auth
      • Login With Password
        POST
      • Login Get Code
        POST
      • Login With Code
        POST
      • Send OTP
        POST
    • Transaction
      • Assets
      • Transactions
      • Invoice
      • Refund
  1. Auth

Login Get Code

POST
/api/v1/vendors/auth/login

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://devbo.aldypay.com/api/v1/vendors/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
    "mobile": "09xxxxxxxxx"
}'
Response Response Example
200 - Success
{
    "status": true,
    "code": 200,
    "description": "OK",
    "data": {
        "message": "رمز موقت ارسال شد"
    }
}
Modified at 2025-10-26 05:11:32
Previous
Login With Password
Next
Login With Code
Built with