v31

latestOpenAPI 3.0.1MITraw.githubusercontent.com2026-07-082421122.2 KB
Signin

Sign in to your account

Sign in to your Mavapay account

post/auth/signin

Request body

emailstring email
passwordstring string

Example request

{
  "email": "johndoe@email.com",
  "password": "password"
}

Response

Login successful

statusstring string
messagestring string

Example response

{
  "status": "ok",
  "message": "Login successful",
  "data": {
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
  }
}