メインコンテンツへスキップ
GET
/
api
/
app-api
/
sip
/
platform
/
v2
/
auth
/
token
短期有効トークンを生成
curl --request GET \
  --url https://docflow.textin.com/api/app-api/sip/platform/v2/auth/token \
  --header 'x-ti-app-id: <api-key>' \
  --header 'x-ti-secret-code: <api-key>'
{
  "code": 200,
  "msg": "<string>",
  "result": {
    "token": "abcd",
    "expiry": 1700000000
  }
}

承認

x-ti-app-id
string
header
必須
x-ti-secret-code
string
header
必須

レスポンス

200 - application/json

トークン情報の取得に成功

code
integer
必須

ステータスコード

:

200

msg
string
必須

ステータス説明

result
object