---
title: "get token"
method: POST
path: "/api/v1/token"
tags: ["Access Token API"]
---

# get token

`POST /api/v1/token`

Get access token.

## Request body

- GetAccessTokenRequest
  - `app_key` string, required — app_key
  - `sign` string, required — Sign Method Concatenate app_key, time, app_secret in turn, and do sha1() . Example app_key = mBOMg20QW11BbtyH4Zh0 time = 1647847498 app_secret = V6aRfxlPJwN3ViJSIFSCdxPvneajuJsh sign = sha1(mBOMg20QW11BbtyH4Zh01647847498V6aRfxlPJwN3ViJSIFSCdxPvneajuJsh) = 7293d385b9225b3c3f232b76ba97255d0e21063e
  - `time` integer, required — Quest timestamp (Second), should be within +-1000s around current timestamp

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/gopluslabs/apis/goplus-security-api-documentation.md) · [All operations](https://skmtc.dev/gopluslabs/apis/goplus-security-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gopluslabs/goplus-security-api-documentation/revisions/621e74990f5e/schema)
