---
title: "Create a service JWT token"
method: POST
path: "/projects/{project_id}/tokens"
tags: ["JWT tokens"]
---

# Create a service JWT token

`POST /projects/{project_id}/tokens`

Create a JWT token for working with other services (primarily OTA/mobile SDKs).

**Project Type Compatibility:**
- ✅ **Software projects** (localization_files) - *Used with mobile SDKs and OTA updates*
- ❌ **Documents projects** (paged_documents) - *Not supported*
- ❌ **Marketing projects** (content_integration, marketing, marketing_integrations) - *Not supported*

## Path parameters

- `project_id` string, required

## Request body

- object
  - `service` 'ota', required — Service to create the token for

## Response `200`

OK

- object
  - `jwt` string

---

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