---
title: "Get a One Time Token"
method: POST
path: "/accountmanager.getonetimetoken"
tags: ["User Admin", "Authentication"]
---

# Get a One Time Token

`POST /accountmanager.getonetimetoken`

Generates a one time auth token (for the authenticated user). The token can be, for example,  sent via a URL GET parameter.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `csrfToken` string
    - `data` object[]
    - `status` number

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
