---
title: "Login"
method: POST
path: "/v2/public/security/login"
tags: ["Public - Security - Security"]
---

# Login

`POST /v2/public/security/login`

User Login - The login will give your tokens

## Request body

- LoginRequest
  - `login` string, email, required — The email
  - `password` string, password, required — Your password

## Response `200`

Your tokens

- ApiCredentials
  - `credentials` ApiCredential[] — Your API credential list
    - `productName` string — The product name related to this credential
    - `primaryToken` string — The primary token to be used in the next call in the user scope API
    - `secondaryToken` string — The secondary token. Could be usefull if you want to share your access with someone else.

## Other responses

- `400` — Bad Request
- `403` — Invalid credentials
- `500` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
