---
title: "Log-in (authenticate) a partner admin."
method: POST
path: "/api/partners/auth"
tags: ["Authentication", "Partners"]
---

# Log-in (authenticate) a partner admin.

`POST /api/partners/auth`

Returns an authentication token to be used for all other API calls.

All fields are required (`email`, `password`, and `appKey`).
Contact <a href="mailto:support@newstartmobile.com">support@newstartmobile.com</a>
if you do not know your `appKey`.

## Request body

- PartnerLoginRequest
  - `appKey` string, required
  - `email` string, required
  - `password` string, required

## Response `200`

OK

- PartnerLoginResponse
  - `success` boolean
  - `error` string
  - `token` string
  - `expires` string, date-time

---

[API](https://skmtc.dev/mobilecoach/apis/untitled-api.md) · [All operations](https://skmtc.dev/mobilecoach/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilecoach/untitled-api/revisions/870f28ba2607/schema)
