---
title: "Set Scan token for user"
method: POST
path: "/v1/admin/scan/token"
tags: ["internal"]
---

# Set Scan token for user

`POST /v1/admin/scan/token`

## Request body

- object
  - `base_token` number, required
  - `extra_token` number, required
  - `email` string, required — Comma separated emails
  - `validity_months` integer

## Response `200`

Example response

- object
  - `message` string, required

## Other responses

- `400` — Example response
- `401` — Example response
- `500` — Example response

## Changes

- **2024-04-19** `ba8a20839440` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/admin/scan/token/post.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/ba8a20839440/schema)
