---
title: "Get single-use token"
method: POST
path: "/cards/single_use_token"
tags: ["Cards"]
---

# Get single-use token

`POST /cards/single_use_token`

This endpoint returns a single-use access token. This type of token authorizes a single request to access API endpoints and data associated with a particular user

## Headers

- `Idempotency-Key` string

## Request body

- SingleUseTokenRequest
  - `account_id` string, uuid, required — The ID of the account to which the token will be linked
  - `customer_id` string, uuid, required — The ID of the customer to whom the token will be issued

## Response `201`

Token Created

- SingleUseTokenResponse
  - `customer_account_mapping_id` string
  - `expires` string, date-time, required — yyyy-MM-ddTHH:mm:ssZ
  - `token` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `422` — Unprocessable entity request response
- `500` — Internal server error

---

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