---
title: "Create a new ephemeral token"
method: POST
path: "/auth/ephemeral"
tags: ["auth"]
---

# Create a new ephemeral token

`POST /auth/ephemeral`

Ephemeral tokens are short lived tokens that can be used to temporary grant access to resources.

## Headers

- `X-Fields` string, mask

## Response `201`

Success

- TokenReplyModel
  - `authentication_token` string, required

## Other responses

- `404` — User not found

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
