---
title: "Sign in to your account"
method: POST
path: "/auth/signin"
tags: ["Signin"]
---

# Sign in to your account

`POST /auth/signin`

Sign in to your Mavapay account

## Request body

- object
  - `email` string, email
  - `password` string, string

## Response `200`

Login successful

- object
  - `status` string, string
  - `message` string, string
  - `data` object
    - `token` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

## Changes

- **2025-01-31** `b8742b0e09ac` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stealthmoney/apis/mavapay-api/changes/auth/signin/post.md)

---

[API](https://skmtc.dev/stealthmoney/apis/mavapay-api.md) · [All operations](https://skmtc.dev/stealthmoney/apis/mavapay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stealthmoney/mavapay-api/revisions/842376cab855/schema)
