---
title: "Generate Token"
method: GET
path: "/auth/token"
---

# Generate Token

`GET /auth/token`

This endpoint allows you to generate a token used to access your admin features through the API

## Headers

- `clientId` string, required
- `clientSecret` string, required

## Response `200`

200

- object
  - `status` integer
  - `token` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
