---
title: "🔑 Admin Authorization"
method: POST
path: "/v1/Auth/Login"
---

# 🔑 Admin Authorization

`POST /v1/Auth/Login`

####When to use this call:
Use this API to get the Admin JWT token for Admin API access. 
You do so by submitting the admin email for the login field, and the Password and receiving the credentials in return. [Platform layout & authentication](https://docs.telematicssdk.com/docs/platform-layout-and-authentication)

## Request body

- object
  - `LoginFields` string — Enter the email address you generated in admin API credentials. <br>[How to get Admin credentials](https://docs.damoov.com/docs/datahub#admin-credentials)</br><br> **Note: Do not remove the JSON wrapper**, the correct format is `{"Email":"name@company.com"}`
  - `Password` string — Enter the password you generated in admin API credentials. <br>[How to get Admin credentials](https://docs.damoov.com/docs/datahub#admin-credentials)</br>

## Response `200`

200

---

[API](https://skmtc.net/damoov/apis/user-service.md) · [All operations](https://skmtc.net/damoov/apis/user-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/damoov/user-service/versions/1a5db2e2251f/schema)
