---
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

---

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